UNPKG

@arc-publishing/sdk-subs-core

Version:
7 lines 233 B
export interface APIErrorResponse { code: string; message: string; httpStatus?: number; } export declare function isAPIErrorResponse(object: any): object is APIErrorResponse; //# sourceMappingURL=APIErrorResponse.d.ts.map