export interface Team { /** * The team ID. */ id?: string; /** * The team name. */ name?: string; }