Type Alias ClientChangelogCountArgs<ExtArgs>

ClientChangelogCountArgs<ExtArgs>: Omit<ClientChangelogFindManyArgs,
    | "select"
    | "include"
    | "distinct"
    | "omit"> & {
    select?: ClientChangelogCountAggregateInputType | true;
}

Type Parameters