UNPKG

intercom-client

Version:

Official Node bindings to the Intercom API

7 lines (6 loc) 289 B
import type * as core from "../../core/index.js"; import * as errors from "../../errors/index.js"; import type * as Intercom from "../index.js"; export declare class UnauthorizedError extends errors.IntercomError { constructor(body: Intercom.Error_, rawResponse?: core.RawResponse); }