intercom-client
Version:
Official Node bindings to the Intercom API
7 lines (6 loc) • 315 B
text/typescript
import type * as core from "../../../../core/index.mjs";
import * as errors from "../../../../errors/index.mjs";
import type * as Intercom from "../../../index.mjs";
export declare class ConflictError extends errors.IntercomError {
constructor(body: Intercom.unstable.Error_, rawResponse?: core.RawResponse);
}