Type Alias CFCustomMessageCountArgs<ExtArgs>

CFCustomMessageCountArgs<ExtArgs>: Omit<CFCustomMessageFindManyArgs,
    | "select"
    | "include"
    | "distinct"
    | "omit"> & {
    select?: CFCustomMessageCountAggregateInputType | true;
}

Type Parameters