UNPKG

intercom-client

Version:

Official Node bindings to the Intercom API

11 lines (10 loc) 246 B
/** * @example * { * contact_id: "63a07ddf05a32042dffac965" * } */ export interface ListSegmentsAttachedToContactRequest { /** The unique identifier for the contact which is given by Intercom */ contact_id: string; }