ts-lambda-api - v2.5.2
    Preparing search index...

    Type Alias HeaderValue<K, V>

    type HeaderValue<K extends string, V> = {
        type: K;
        value: V;
    }

    Type Parameters

    • K extends string
    • V
    Index

    Properties

    Properties

    type: K
    value: V