Type Alias GuildDropsGameUpdateToOneWithWhereWithoutWebhookInput

GuildDropsGameUpdateToOneWithWhereWithoutWebhookInput: {
    data: XOR<GuildDropsGameUpdateWithoutWebhookInput, GuildDropsGameUncheckedUpdateWithoutWebhookInput>;
    where?: GuildDropsGameWhereInput;
}