/** * 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[]; }