moons-ta-client
    Preparing search index...

    Interface Request_UpdateQualifierMap

    from protobuf message proto.packets.Request.UpdateQualifierMap

    interface Request_UpdateQualifierMap {
        map?: Map;
        qualifierId: string;
        tournamentId: string;
    }
    Index

    Properties

    map?: Map

    from protobuf field: proto.models.Map map = 3;

    qualifierId: string

    from protobuf field: string qualifier_id = 2;

    tournamentId: string

    from protobuf field: string tournament_id = 1;