GuildFixUrlGroupByOutputType: {
    _count: GuildFixUrlCountAggregateOutputType | null;
    _max: GuildFixUrlMaxAggregateOutputType | null;
    _min: GuildFixUrlMinAggregateOutputType | null;
    blacklistedCategories: string[];
    blacklistedChannels: string[];
    dbId: string;
    disabledGlobalRules: string[];
    enabled: boolean;
    guildId: string;
    webhookAvatarUrl: string | null;
    webhookEnabled: boolean;
    webhookUsername: string | null;
}