Type Alias CSCustomMessageCountArgs<ExtArgs>

CSCustomMessageCountArgs<ExtArgs>: Omit<CSCustomMessageFindManyArgs,
    | "select"
    | "include"
    | "distinct"
    | "omit"> & {
    select?: CSCustomMessageCountAggregateInputType | true;
}

Type Parameters