moons-ta-client
    Preparing search index...

    Interface Request_RemoveTournamentRole

    from protobuf message proto.packets.Request.RemoveTournamentRole

    interface Request_RemoveTournamentRole {
        roleId: string;
        tournamentId: string;
    }
    Index

    Properties

    Properties

    roleId: string

    from protobuf field: string role_id = 2;

    tournamentId: string

    from protobuf field: string tournament_id = 1;