Type Alias GuildDropsGameUpdateWithoutGameInput

GuildDropsGameUpdateWithoutGameInput: {
    channelId?: NullableStringFieldUpdateOperationsInput | string | null;
    createdAt?: DateTimeFieldUpdateOperationsInput | Date | string;
    dbId?: StringFieldUpdateOperationsInput | string;
    guildDrops?: GuildDropsUpdateOneWithoutGamesNestedInput;
    liveNotifications?: NullableBoolFieldUpdateOperationsInput | boolean | null;
    roleId?: NullableStringFieldUpdateOperationsInput | string | null;
    webhook?: GuildDropsGameWebhookUpdateOneWithoutGuildDropsGameNestedInput;
}