export interface Response { status: number; statusText: string; header: Object; data: T; }