Type Alias FixUrlRuleAggregateArgs<ExtArgs>

FixUrlRuleAggregateArgs<ExtArgs>: {
    _count?: true | FixUrlRuleCountAggregateInputType;
    _max?: FixUrlRuleMaxAggregateInputType;
    _min?: FixUrlRuleMinAggregateInputType;
    cursor?: FixUrlRuleWhereUniqueInput;
    orderBy?: FixUrlRuleOrderByWithRelationInput | FixUrlRuleOrderByWithRelationInput[];
    skip?: number;
    take?: number;
    where?: FixUrlRuleWhereInput;
}

Type Parameters

Type declaration