Type Alias DropUpdateToOneWithWhereWithoutSentDropsInput

DropUpdateToOneWithWhereWithoutSentDropsInput: {
    data: XOR<DropUpdateWithoutSentDropsInput, DropUncheckedUpdateWithoutSentDropsInput>;
    where?: DropWhereInput;
}