intercom-client
Version:
Official Node bindings to the Intercom API
7 lines (6 loc) • 318 B
TypeScript
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 InternalServerError extends errors.IntercomError {
constructor(body: Intercom.unstable.Error_, rawResponse?: core.RawResponse);
}