Type Alias DropCreateOrConnectWithoutSentDropsInput

DropCreateOrConnectWithoutSentDropsInput: {
    create: XOR<DropCreateWithoutSentDropsInput, DropUncheckedCreateWithoutSentDropsInput>;
    where: DropWhereUniqueInput;
}