Type Alias GuildDropsUncheckedUpdateWithoutGamesInput

GuildDropsUncheckedUpdateWithoutGamesInput: {
    createdAt?: DateTimeFieldUpdateOperationsInput | Date | string;
    dbId?: StringFieldUpdateOperationsInput | string;
    guildId?: StringFieldUpdateOperationsInput | string;
    kickChannelId?: NullableStringFieldUpdateOperationsInput | string | null;
    kickDeliveryMode?: EnumNotificationDeliveryEnumFieldUpdateOperationsInput | NotificationDeliveryEnum;
    kickEnabled?: BoolFieldUpdateOperationsInput | boolean;
    kickLiveNotificationChannelId?: NullableStringFieldUpdateOperationsInput | string | null;
    kickLiveNotificationRoleId?: NullableStringFieldUpdateOperationsInput | string | null;
    kickLiveNotifications?: BoolFieldUpdateOperationsInput | boolean;
    kickRoleId?: NullableStringFieldUpdateOperationsInput | string | null;
    kickScheduledHours?: GuildDropsUpdatekickScheduledHoursInput | number[];
    kickScheduledWeekdays?: GuildDropsUpdatekickScheduledWeekdaysInput | number[];
    kickWindowEndHour?: NullableIntFieldUpdateOperationsInput | number | null;
    kickWindowStartHour?: NullableIntFieldUpdateOperationsInput | number | null;
    twitchChannelId?: NullableStringFieldUpdateOperationsInput | string | null;
    twitchDeliveryMode?: EnumNotificationDeliveryEnumFieldUpdateOperationsInput | NotificationDeliveryEnum;
    twitchEnabled?: BoolFieldUpdateOperationsInput | boolean;
    twitchLiveNotificationChannelId?: NullableStringFieldUpdateOperationsInput | string | null;
    twitchLiveNotificationRoleId?: NullableStringFieldUpdateOperationsInput | string | null;
    twitchLiveNotifications?: BoolFieldUpdateOperationsInput | boolean;
    twitchRoleId?: NullableStringFieldUpdateOperationsInput | string | null;
    twitchScheduledHours?: GuildDropsUpdatetwitchScheduledHoursInput | number[];
    twitchScheduledWeekdays?: GuildDropsUpdatetwitchScheduledWeekdaysInput | number[];
    twitchWindowEndHour?: NullableIntFieldUpdateOperationsInput | number | null;
    twitchWindowStartHour?: NullableIntFieldUpdateOperationsInput | number | null;
    updatedAt?: DateTimeFieldUpdateOperationsInput | Date | string;
    webhook?: GuildDropsWebhookUncheckedUpdateOneWithoutGuildDropsNestedInput;
}