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

Type Parameters

  • K extends string

  • V

Type declaration

  • type: K
  • value: V