Skip to content

ResponseDictionary

type ResponseDictionary = Record<string, string>;

Maps header names to their values

Example

{
  "x-ms-blob-type": "BlockBlob"
}