export type ApiError = { message: string; status: number; statusText: string; details?: any; }; //# sourceMappingURL=ApiError.type.d.ts.map