interface CoachDto {
    puuid: string;
    teamId: string;
}

Properties

Properties

puuid: string
teamId: string