Type Alias UserUncheckedUpdateWithoutNotificationsInput

UserUncheckedUpdateWithoutNotificationsInput: {
    activeGuildSubscriptions?: UserActiveGuildSubscriptionUncheckedUpdateManyWithoutUserNestedInput;
    badges?: NullableStringFieldUpdateOperationsInput | string | null;
    birthday?: UserBirthdayUncheckedUpdateOneWithoutUserNestedInput;
    bitfield?: NullableStringFieldUpdateOperationsInput | string | null;
    blacklisted?: NullableBoolFieldUpdateOperationsInput | boolean | null;
    dbId?: StringFieldUpdateOperationsInput | string;
    email?: NullableStringFieldUpdateOperationsInput | string | null;
    gettingStarted?: UserGettingStartedUncheckedUpdateOneWithoutUserNestedInput;
    kickAccount?: UserKickAccountUncheckedUpdateOneWithoutUserNestedInput;
    lastVoted?:
        | NullableDateTimeFieldUpdateOperationsInput
        | Date
        | string
        | null;
    linkedRoles?: UserLinkedRolesUncheckedUpdateOneWithoutUserNestedInput;
    locale?: StringFieldUpdateOperationsInput | string;
    mediaShare?: UserMediaShareUncheckedUpdateOneWithoutUserNestedInput;
    oneServerPremium?: NullableStringFieldUpdateOperationsInput | string | null;
    premium?: UserPremiumUncheckedUpdateOneWithoutUserNestedInput;
    rumbleAccount?: UserRumbleAccountUncheckedUpdateOneWithoutUserNestedInput;
    serverPremiumCooldown?:
        | NullableDateTimeFieldUpdateOperationsInput
        | Date
        | string
        | null;
    sessions?: UserSessionUncheckedUpdateManyWithoutUserNestedInput;
    twitchAccount?: UserTwitchAccountUncheckedUpdateOneWithoutUserNestedInput;
    userId?: StringFieldUpdateOperationsInput | string;
    username?: NullableStringFieldUpdateOperationsInput | string | null;
    votes?: IntFieldUpdateOperationsInput | number;
}