UNPKG

intercom-client

Version:

Official Node bindings to the Intercom API

11 lines (10 loc) 218 B
/** * @example * { * help_center_id: 1 * } */ export interface FindHelpCenterRequest { /** The unique identifier for the collection which is given by Intercom. */ help_center_id: number; }