Type Alias YTSStatsChannelIdGroupByOutputType

YTSStatsChannelIdGroupByOutputType: {
    _count: YTSStatsChannelIdCountAggregateOutputType | null;
    _max: YTSStatsChannelIdMaxAggregateOutputType | null;
    _min: YTSStatsChannelIdMinAggregateOutputType | null;
    dbId: string;
    isLive: string | null;
    youtubeStreamerId: string;
}