Type Alias SafeHeaders

SafeHeaders: Record<string, string> & {
    authorization?: never;
    Authorization?: never;
}