UNPKG

intercom-client

Version:

Official Node bindings to the Intercom API

13 lines (12 loc) 323 B
/** * This file was auto-generated by Fern from our API Definition. */ /** * 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[]; }