moons-ta-client
    Preparing search index...

    Interface Request_SetTournamentRolePermissions

    from protobuf message proto.packets.Request.SetTournamentRolePermissions

    interface Request_SetTournamentRolePermissions {
        permissions: string[];
        roleId: string;
        tournamentId: string;
    }
    Index

    Properties

    permissions: string[]

    from protobuf field: repeated string permissions = 3;

    roleId: string

    from protobuf field: string role_id = 2;

    tournamentId: string

    from protobuf field: string tournament_id = 1;