UNPKG

intercom-client

Version:

Official Node bindings to the Intercom API

11 lines (10 loc) 243 B
/** * @example * { * external_id: "cdd29344-5e0c-4ef0-ac56-f9ba2979bc27" * } */ export interface ShowContactByExternalIdRequest { /** The external ID of the user that you want to retrieve */ external_id: string; }