File size: 83 Bytes
bda3cf9
 
 
1
2
3
4
export declare type Headers = {
    readonly [name: string]: string | string[];
};