TiktokStreamerGroupByOutputType: {
    _avg: TiktokStreamerAvgAggregateOutputType | null;
    _count: TiktokStreamerCountAggregateOutputType | null;
    _max: TiktokStreamerMaxAggregateOutputType | null;
    _min: TiktokStreamerMinAggregateOutputType | null;
    _sum: TiktokStreamerSumAggregateOutputType | 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;
    streamerUserName: string;
    usePerStreamerEmbeds: boolean | null;
    usersForLiveRole: string[];
    usersWhoHaveLiveRole: string[];
    videoNotificationChannelId: string | null;
}