Type Alias FixUrlRuleCountArgs<ExtArgs>

FixUrlRuleCountArgs<ExtArgs>: Omit<FixUrlRuleFindManyArgs,
    | "select"
    | "include"
    | "distinct"
    | "omit"> & {
    select?: FixUrlRuleCountAggregateInputType | true;
}

Type Parameters