GuildFixUrlRuleGroupByOutputType: {
    _count: GuildFixUrlRuleCountAggregateOutputType | null;
    _max: GuildFixUrlRuleMaxAggregateOutputType | null;
    _min: GuildFixUrlRuleMinAggregateOutputType | null;
    dbId: string;
    enabled: boolean;
    guildFixUrlId: string;
    original: string;
    replacement: string;
}