Type Alias DropCreateNestedOneWithoutSentDropsInput

DropCreateNestedOneWithoutSentDropsInput: {
    connect?: DropWhereUniqueInput;
    connectOrCreate?: DropCreateOrConnectWithoutSentDropsInput;
    create?: XOR<DropCreateWithoutSentDropsInput, DropUncheckedCreateWithoutSentDropsInput>;
}