Type Alias YTSCurrentlyLiveGroupByOutputType

YTSCurrentlyLiveGroupByOutputType: {
    _count: YTSCurrentlyLiveCountAggregateOutputType | null;
    _max: YTSCurrentlyLiveMaxAggregateOutputType | null;
    _min: YTSCurrentlyLiveMinAggregateOutputType | null;
    channelId: string | null;
    correct: boolean | null;
    dbId: string;
    messageId: string | null;
    youtubeStreamerId: string;
}