Type Alias SentDropIncludeUpdateManyAndReturn<ExtArgs>

SentDropIncludeUpdateManyAndReturn<ExtArgs>: {
    drop?: boolean | SentDrop$dropArgs<ExtArgs>;
}

Type Parameters