Type Alias GuildDropsGameUpdateWithoutWebhookInput

GuildDropsGameUpdateWithoutWebhookInput: {
    channelId?: NullableStringFieldUpdateOperationsInput | string | null;
    createdAt?: DateTimeFieldUpdateOperationsInput | Date | string;
    dbId?: StringFieldUpdateOperationsInput | string;
    game?: DropGameUpdateOneWithoutGuildDropsGamesNestedInput;
    guildDrops?: GuildDropsUpdateOneWithoutGamesNestedInput;
    liveNotifications?: NullableBoolFieldUpdateOperationsInput | boolean | null;
    roleId?: NullableStringFieldUpdateOperationsInput | string | null;
}