Type Alias GuildDropsWebhookUncheckedUpdateInput

GuildDropsWebhookUncheckedUpdateInput: {
    avatarUrl?: NullableStringFieldUpdateOperationsInput | string | null;
    dbId?: StringFieldUpdateOperationsInput | string;
    guildDropsId?: StringFieldUpdateOperationsInput | string;
    username?: NullableStringFieldUpdateOperationsInput | string | null;
}