Type Alias GuildDropsWebhookUpdateToOneWithWhereWithoutGuildDropsInput

GuildDropsWebhookUpdateToOneWithWhereWithoutGuildDropsInput: {
    data: XOR<GuildDropsWebhookUpdateWithoutGuildDropsInput, GuildDropsWebhookUncheckedUpdateWithoutGuildDropsInput>;
    where?: GuildDropsWebhookWhereInput;
}