export interface IResponseBase { code: string; message: string; data: T; }