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