GuildDropsWebhookUpdateInput: {
    avatarUrl?: NullableStringFieldUpdateOperationsInput | string | null;
    dbId?: StringFieldUpdateOperationsInput | string;
    guildDrops?: GuildDropsUpdateOneWithoutWebhookNestedInput;
    username?: NullableStringFieldUpdateOperationsInput | string | null;
}