UNPKG

intercom-client

Version:

Official Node bindings to the Intercom API

11 lines (10 loc) 184 B
/** * @example * { * segment_id: "123" * } */ export interface FindSegmentRequest { /** The unique identified of a given segment. */ segment_id: string; }