Type Alias TSStatsChannelIdGroupByOutputType

TSStatsChannelIdGroupByOutputType: {
    _count: TSStatsChannelIdCountAggregateOutputType | null;
    _max: TSStatsChannelIdMaxAggregateOutputType | null;
    _min: TSStatsChannelIdMinAggregateOutputType | null;
    dbId: string;
    isLive: string | null;
    twitchStreamerId: string;
}