interface TeamGroup {
    id: number;
    team: Team;
}

Properties

Properties

id: number
team: Team