Type Alias SentDropInclude<ExtArgs>

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

Type Parameters