Type Alias SentDrop$dropArgs<ExtArgs>

SentDrop$dropArgs<ExtArgs>: {
    include?: DropInclude<ExtArgs> | null;
    omit?: DropOmit<ExtArgs> | null;
    select?: DropSelect<ExtArgs> | null;
    where?: DropWhereInput;
}

SentDrop.drop

Type Parameters

Type declaration