Type Alias DropUpdateOneWithoutSentDropsNestedInput

DropUpdateOneWithoutSentDropsNestedInput: {
    connect?: DropWhereUniqueInput;
    connectOrCreate?: DropCreateOrConnectWithoutSentDropsInput;
    create?: XOR<DropCreateWithoutSentDropsInput, DropUncheckedCreateWithoutSentDropsInput>;
    delete?: DropWhereInput | boolean;
    disconnect?: DropWhereInput | boolean;
    update?: XOR<XOR<DropUpdateToOneWithWhereWithoutSentDropsInput, DropUpdateWithoutSentDropsInput>, DropUncheckedUpdateWithoutSentDropsInput>;
    upsert?: DropUpsertWithoutSentDropsInput;
}