Type Alias FixUrlRuleOrderByWithAggregationInput

FixUrlRuleOrderByWithAggregationInput: {
    _count?: FixUrlRuleCountOrderByAggregateInput;
    _max?: FixUrlRuleMaxOrderByAggregateInput;
    _min?: FixUrlRuleMinOrderByAggregateInput;
    createdAt?: Prisma.SortOrder;
    dbId?: Prisma.SortOrder;
    enabled?: Prisma.SortOrder;
    original?: Prisma.SortOrder;
    replacement?: Prisma.SortOrder;
    updatedAt?: Prisma.SortOrder;
}