export interface IApiResponse { code: number; message: string; data?: T; } //# sourceMappingURL=IApiResponse.d.ts.map