Type Alias GuildDropsGameWebhookUpdateToOneWithWhereWithoutGuildDropsGameInput

GuildDropsGameWebhookUpdateToOneWithWhereWithoutGuildDropsGameInput: {
    data: XOR<GuildDropsGameWebhookUpdateWithoutGuildDropsGameInput, GuildDropsGameWebhookUncheckedUpdateWithoutGuildDropsGameInput>;
    where?: GuildDropsGameWebhookWhereInput;
}