Type Alias SentDropIncludeCreateManyAndReturn<ExtArgs>

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

Type Parameters