Type Alias GuildDropsGameCreateOrConnectWithoutWebhookInput

GuildDropsGameCreateOrConnectWithoutWebhookInput: {
    create: XOR<GuildDropsGameCreateWithoutWebhookInput, GuildDropsGameUncheckedCreateWithoutWebhookInput>;
    where: GuildDropsGameWhereUniqueInput;
}