export class Response { error: boolean; message: string; data: T; }