DisBot
    Preparing search index...

    Type Alias UsersUncheckedUpdateWithoutApisInput

    type UsersUncheckedUpdateWithoutApisInput = {
        BackupCount?: IntFieldUpdateOperationsInput | number;
        CustomerBots?: IntFieldUpdateOperationsInput | number;
        GloablVotes?: IntFieldUpdateOperationsInput | number;
        GuildBackups?: GuildBackupsUncheckedUpdateManyWithoutUsersNestedInput;
        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