moons-ta-client
    Preparing search index...

    Interface Request_RemoveTournamentTeam

    from protobuf message proto.packets.Request.RemoveTournamentTeam

    interface Request_RemoveTournamentTeam {
        teamId: string;
        tournamentId: string;
    }
    Index

    Properties

    Properties

    teamId: string

    from protobuf field: string team_id = 2;

    tournamentId: string

    from protobuf field: string tournament_id = 1;