UNPKG

intercom-client

Version:

Official Node bindings to the Intercom API

13 lines (12 loc) 325 B
/** * This file was auto-generated by Fern from our API Definition. */ export declare class IntercomError extends Error { readonly statusCode?: number; readonly body?: unknown; constructor({ message, statusCode, body }: { message?: string; statusCode?: number; body?: unknown; }); }