Type Alias GuildDropsUpdateToOneWithWhereWithoutWebhookInput

GuildDropsUpdateToOneWithWhereWithoutWebhookInput: {
    data: XOR<GuildDropsUpdateWithoutWebhookInput, GuildDropsUncheckedUpdateWithoutWebhookInput>;
    where?: GuildDropsWhereInput;
}