export interface ApiResponse { data: T; success: boolean; error: boolean; message: string; status: number; } //# sourceMappingURL=api.types.d.ts.map