Type Alias TTSCustomMessageCountArgs<ExtArgs>

TTSCustomMessageCountArgs<ExtArgs>: Omit<TTSCustomMessageFindManyArgs,
    | "select"
    | "include"
    | "distinct"
    | "omit"> & {
    select?: TTSCustomMessageCountAggregateInputType | true;
}

Type Parameters