YoutubeStreamerGroupByOutputType: {
    _avg: YoutubeStreamerAvgAggregateOutputType | null;
    _count: YoutubeStreamerCountAggregateOutputType | null;
    _max: YoutubeStreamerMaxAggregateOutputType | null;
    _min: YoutubeStreamerMinAggregateOutputType | null;
    _sum: YoutubeStreamerSumAggregateOutputType | null;
    autoPublishIfAnnouncmentChannel: boolean | null;
    customCoolDownBeforeNextLive: number | null;
    dbId: string;
    deleteEmbeds: boolean | null;
    guildId: string;
    lastLive: Date | null;
    lastVideo: Date | null;
    liveNotificationChannelId: string | null;
    liveRoleId: string | null;
    pingRoleId: string | null;
    sendOfflineMessage: boolean | null;
    showNotifyButton: boolean | null;
    streamerId: string | null;
    streamerUserName: string;
    usePerStreamerEmbeds: boolean | null;
    usersForLiveRole: string[];
    usersWhoHaveLiveRole: string[];
    videoNotificationChannelId: string | null;
}