UNPKG

intercom-client

Version:

Official Node bindings to the Intercom API

7 lines (6 loc) 312 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 ConflictError extends errors.IntercomError { constructor(body: Intercom.unstable.Error_, rawResponse?: core.RawResponse); }