TwitchStreamerGroupByOutputType: {
    _avg: TwitchStreamerAvgAggregateOutputType | null;
    _count: TwitchStreamerCountAggregateOutputType | null;
    _max: TwitchStreamerMaxAggregateOutputType | null;
    _min: TwitchStreamerMinAggregateOutputType | null;
    _sum: TwitchStreamerSumAggregateOutputType | null;
    autoPublishIfAnnouncmentChannel: boolean | null;
    chatRoomId: string | null;
    customCoolDownBeforeNextLive: number | null;
    dbId: string;
    deleteEmbeds: boolean | null;
    guildId: string;
    lastLive: Date | null;
    liveRoleId: string | null;
    notificationChannelId: string | null;
    pingRoleId: string | null;
    sendOfflineMessage: boolean | null;
    showNotifyButton: boolean | null;
    streamerId: string | null;
    streamerUserName: string;
    usePerStreamerEmbeds: boolean | null;
    usersForLiveRole: string[];
    usersWhoHaveLiveRole: string[];
}