UNPKG

@arc-publishing/sdk-identity

Version:
7 lines (6 loc) 187 B
export interface APIErrorResponse { code: string; message: string; httpStatus?: number; } export declare function isAPIErrorResponse(object: any): object is APIErrorResponse;