UNPKG

intercom-client

Version:

Official Node bindings to the Intercom API

10 lines (9 loc) 250 B
/** * Admin priority levels for the team */ export interface AdminPriorityLevel { /** The primary admin ids for the team */ primary_admin_ids?: number[]; /** The secondary admin ids for the team */ secondary_admin_ids?: number[]; }