Type Alias SentDropUpdateManyArgs<ExtArgs>

SentDropUpdateManyArgs<ExtArgs>: {
    data: XOR<SentDropUpdateManyMutationInput, SentDropUncheckedUpdateManyInput>;
    limit?: number;
    where?: SentDropWhereInput;
}

SentDrop updateMany

Type Parameters

Type declaration