moons-ta-client
    Preparing search index...

    Interface Request_AddTournamentPool

    from protobuf message proto.packets.Request.AddTournamentPool

    interface Request_AddTournamentPool {
        pool?: Tournament_TournamentSettings_Pool;
        tournamentId: string;
    }
    Index

    Properties

    Properties

    from protobuf field: proto.models.Tournament.TournamentSettings.Pool pool = 2;

    tournamentId: string

    from protobuf field: string tournament_id = 1;