export interface IHeaders { Authorization: string; [key: string]: string; }