export interface IResponse { req?: any; uri: any; statusCode: number; headers: any; body: any; requestTime: any; }