DisBot
    Preparing search index...

    Type Alias UsersUpdateWithoutLevelsInput

    type UsersUpdateWithoutLevelsInput = {
        Apis?: ApisUpdateManyWithoutUsersNestedInput;
        BackupCount?: IntFieldUpdateOperationsInput | number;
        CustomerBots?: IntFieldUpdateOperationsInput | number;
        GloablVotes?: IntFieldUpdateOperationsInput | number;
        GuildBackups?: GuildBackupsUpdateManyWithoutUsersNestedInput;
        LastVote?:
            | NullableDateTimeFieldUpdateOperationsInput
            | Date
            | string
            | null;
        UserId?: StringFieldUpdateOperationsInput
        | string;
        Username?: StringFieldUpdateOperationsInput | string;
        Vanitys?: VanitysUpdateManyWithoutUsersNestedInput;
        Votes?: IntFieldUpdateOperationsInput | number;
    }
    Index

    Properties

    BackupCount?: IntFieldUpdateOperationsInput | number
    CustomerBots?: IntFieldUpdateOperationsInput | number
    GloablVotes?: IntFieldUpdateOperationsInput | number
    LastVote?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null