Type Alias SentDropUpdateManyWithWhereWithoutDropInput

SentDropUpdateManyWithWhereWithoutDropInput: {
    data: XOR<SentDropUpdateManyMutationInput, SentDropUncheckedUpdateManyWithoutDropInput>;
    where: SentDropScalarWhereInput;
}