FixUrlRuleGroupByOutputType: {
    _count: FixUrlRuleCountAggregateOutputType | null;
    _max: FixUrlRuleMaxAggregateOutputType | null;
    _min: FixUrlRuleMinAggregateOutputType | null;
    createdAt: Date;
    dbId: string;
    enabled: boolean;
    original: string;
    replacement: string;
    updatedAt: Date;
}