UNPKG

@devma/qloo

Version:

TypeScript SDK for the Qloo Insights API - Generate taste-based insights and recommendations

10 lines 354 B
import { QlooError } from "./qlooerror.js"; /** The fallback error class if no more specific error class is matched */ export declare class QlooDefaultError extends QlooError { constructor(message: string, httpMeta: { response: Response; request: Request; body: string; }); } //# sourceMappingURL=qloodefaulterror.d.ts.map