moons-ta-client
    Preparing search index...

    Interface Request_RemoveTournamentPool

    from protobuf message proto.packets.Request.RemoveTournamentPool

    interface Request_RemoveTournamentPool {
        poolId: string;
        tournamentId: string;
    }
    Index

    Properties

    Properties

    poolId: string

    from protobuf field: string pool_id = 2;

    tournamentId: string

    from protobuf field: string tournament_id = 1;