team_only.d.ts 60 B

123
  1. export interface TeamOnly {
  2. team_id: string | number;
  3. }