interface ICustomHeaders {
    [key: string]: string | number;
}

Indexable

[key: string]: string | number

Generated using TypeDoc