UNPKG

intercom-client

Version:

Official Node bindings to the Intercom API

7 lines (6 loc) 374 B
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;