DisBot
    Preparing search index...

    Type Alias UsersUncheckedUpdateWithoutGuildBackupsInput

    type UsersUncheckedUpdateWithoutGuildBackupsInput = {
        Apis?: ApisUncheckedUpdateManyWithoutUsersNestedInput;
        BackupCount?: IntFieldUpdateOperationsInput | number;
        CustomerBots?: IntFieldUpdateOperationsInput | number;
        GloablVotes?: IntFieldUpdateOperationsInput | number;
        Id?: IntFieldUpdateOperationsInput | number;
        LastVote?:
            | NullableDateTimeFieldUpdateOperationsInput
            | Date
            | string
            | null;
        Levels?: LevelsUncheckedUpdateManyWithoutUsersNestedInput;
        UserId?: StringFieldUpdateOperationsInput
        | string;
        Username?: StringFieldUpdateOperationsInput | string;
        Vanitys?: VanitysUncheckedUpdateManyWithoutUsersNestedInput;
        Votes?: IntFieldUpdateOperationsInput | number;
    }
    Index

    Properties

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