Type Alias SentDropCountArgs<ExtArgs>

SentDropCountArgs<ExtArgs>: Omit<SentDropFindManyArgs,
    | "select"
    | "include"
    | "distinct"
    | "omit"> & {
    select?: SentDropCountAggregateInputType | true;
}

Type Parameters