intercom-client
Version:
Official Node bindings to the Intercom API
10 lines (9 loc) • 447 B
TypeScript
/**
* This file was auto-generated by Fern from our API Definition.
*/
export declare const IntercomEnvironment: {
readonly UsProduction: "https://api.intercom.io";
readonly EuProduction: "https://api.eu.intercom.io";
readonly AuProduction: "https://api.au.intercom.io";
};
export type IntercomEnvironment = typeof IntercomEnvironment.UsProduction | typeof IntercomEnvironment.EuProduction | typeof IntercomEnvironment.AuProduction;