Type Alias GuildDropsCreateOrConnectWithoutWebhookInput

GuildDropsCreateOrConnectWithoutWebhookInput: {
    create: XOR<GuildDropsCreateWithoutWebhookInput, GuildDropsUncheckedCreateWithoutWebhookInput>;
    where: GuildDropsWhereUniqueInput;
}