KickClipperGroupByOutputType: {
    _count: KickClipperCountAggregateOutputType | null;
    _max: KickClipperMaxAggregateOutputType | null;
    _min: KickClipperMinAggregateOutputType | null;
    blacklistedStreamerNames: string[];
    clipChannelId: string | null;
    clipEnabled: boolean | null;
    clipPingRoleId: string | null;
    clipperUserName: string;
    dbId: string;
    guildId: string;
    showNotifyButton: boolean | null;
    webhookAvatarUrl: string | null;
    webhookEnabled: boolean | null;
    webhookUsername: string | null;
    whitelistedStreamerNames: string[];
}