Type Alias SentDropUpdateManyAndReturnArgs<ExtArgs>

SentDropUpdateManyAndReturnArgs<ExtArgs>: {
    data: XOR<SentDropUpdateManyMutationInput, SentDropUncheckedUpdateManyInput>;
    include?: SentDropIncludeUpdateManyAndReturn<ExtArgs> | null;
    limit?: number;
    omit?: SentDropOmit<ExtArgs> | null;
    select?: SentDropSelectUpdateManyAndReturn<ExtArgs> | null;
    where?: SentDropWhereInput;
}

SentDrop updateManyAndReturn

Type Parameters

Type declaration