UNPKG

intercom-client

Version:

Official Node bindings to the Intercom API

11 lines (10 loc) 172 B
/** * @example * { * team_id: "123" * } */ export interface FindTeamRequest { /** The unique identifier of a given team. */ team_id: string; }