Type Alias SentDropDefaultArgs<ExtArgs>

SentDropDefaultArgs<ExtArgs>: {
    include?: SentDropInclude<ExtArgs> | null;
    omit?: SentDropOmit<ExtArgs> | null;
    select?: SentDropSelect<ExtArgs> | null;
}

SentDrop without action

Type Parameters

Type declaration