UNPKG

intercom-client

Version:

Official Node bindings to the Intercom API

11 lines (10 loc) 213 B
/** * @example * { * include_count: true * } */ export interface ListSegmentsRequest { /** It includes the count of contacts that belong to each segment. */ include_count?: boolean; }