UNPKG

@useapi/midjourney-api

Version:

TypeScript client library for Midjourney API by useapi.net

11 lines (10 loc) 245 B
export declare class ApiException<T> extends Error { code: number; body: T; headers: { [key: string]: string; }; constructor(code: number, message: string, body: T, headers: { [key: string]: string; }); }