interface RawAxiosHeaders {
    [key: string]: AxiosHeaderValue;
}

Indexable

[key: string]: AxiosHeaderValue