GuildFixUrlGroupByOutputType: {
    _count: GuildFixUrlCountAggregateOutputType | null;
    _max: GuildFixUrlMaxAggregateOutputType | null;
    _min: GuildFixUrlMinAggregateOutputType | null;
    blacklistedChannels: string[];
    dbId: string;
    enabled: boolean;
    guildId: string;
    webhookEnabled: boolean;
    webhookId: string | null;
    webhookToken: string | null;
}