export interface IAuthResponse {
    headers: {
        [key: string]: any;
    };
    options?: {
        [key: string]: any;
    };
}
