intercom-client
Version:
Official Node bindings to the Intercom API
13 lines (12 loc) • 315 B
TypeScript
/**
* This file was auto-generated by Fern from our API Definition.
*/
/**
* 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[];
}