Type Alias TWSCustomMessageCountArgs<ExtArgs>

TWSCustomMessageCountArgs<ExtArgs>: Omit<TWSCustomMessageFindManyArgs,
    | "select"
    | "include"
    | "distinct"
    | "omit"> & {
    select?: TWSCustomMessageCountAggregateInputType | true;
}

Type Parameters