Type Alias SentDropUpdateWithWhereUniqueWithoutDropInput

SentDropUpdateWithWhereUniqueWithoutDropInput: {
    data: XOR<SentDropUpdateWithoutDropInput, SentDropUncheckedUpdateWithoutDropInput>;
    where: SentDropWhereUniqueInput;
}