/** * Represents the HttpHeaders as a key-value pair. */ export interface UploadHttpHeaders { [name: string]: string | string[]; }