Type Alias SentDropCreateOrConnectWithoutDropInput

SentDropCreateOrConnectWithoutDropInput: {
    create: XOR<SentDropCreateWithoutDropInput, SentDropUncheckedCreateWithoutDropInput>;
    where: SentDropWhereUniqueInput;
}