export interface ResponseContext {
    status: number;
    statusText: string;
    url: string;
    data: any;
}
