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