KickStreamerGroupByOutputType: {
    _avg: KickStreamerAvgAggregateOutputType | null;
    _count: KickStreamerCountAggregateOutputType | null;
    _max: KickStreamerMaxAggregateOutputType | null;
    _min: KickStreamerMinAggregateOutputType | null;
    _sum: KickStreamerSumAggregateOutputType | null;
    auditLogsChannelId: string | null;
    auditLogsEnabled: boolean | null;
    autoPublishIfAnnouncmentChannel: boolean | null;
    builtInClipsChannelId: string | null;
    builtInClipsEnabled: boolean | null;
    builtInClipsPingRoleId: string | null;
    chatRoomId: string | null;
    clipChannelId: string | null;
    clipEnabled: boolean | null;
    clipPingRoleId: string | null;
    clipperCategories: ClipperCategoryEnum[];
    clipperNeedsAllCategories: boolean | null;
    customCoolDownBeforeNextLive: number | null;
    dbId: string;
    deleteEmbeds: boolean | null;
    enableVodDownloading: boolean | null;
    founderRoleId: string | null;
    guildId: string;
    lastLive: Date | null;
    leaderBoardChannelId: string | null;
    leaderBoardMessageId: string | null;
    leaderBoardTypes: LeaderBoardTypesEnum[];
    liveRoleId: string | null;
    moderatorRoleId: string | null;
    notificationChannelId: string | null;
    ogRoleId: string | null;
    pingRoleId: string | null;
    sendOfflineMessage: boolean | null;
    showNotifyButton: boolean | null;
    streamerId: string | null;
    streamerUserName: string;
    subscriberRoleId: string | null;
    usePerStreamerEmbeds: boolean | null;
    usersForLiveRole: string[];
    usersWhoHaveLiveRole: string[];
    verifiedRoleId: string | null;
    vipRoleId: string | null;
    vodsChannelId: string | null;
    vodsPingRoleId: string | null;
}