moons-ta-client
    Preparing search index...

    Interface Request_AddTournamentRole

    from protobuf message proto.packets.Request.AddTournamentRole

    interface Request_AddTournamentRole {
        role?: Role;
        tournamentId: string;
    }
    Index

    Properties

    Properties

    role?: Role

    from protobuf field: proto.models.Role role = 2;

    tournamentId: string

    from protobuf field: string tournament_id = 1;