UNPKG

intercom-client

Version:

Official Node bindings to the Intercom API

10 lines (9 loc) 242 B
/** * Admin priority levels for teams */ export interface TeamPriorityLevel { /** The primary team ids for the team */ primary_team_ids?: number[]; /** The secondary team ids for the team */ secondary_team_ids?: number[]; }