Type Alias TWSStatsChannelIdGroupByOutputType

TWSStatsChannelIdGroupByOutputType: {
    _count: TWSStatsChannelIdCountAggregateOutputType | null;
    _max: TWSStatsChannelIdMaxAggregateOutputType | null;
    _min: TWSStatsChannelIdMinAggregateOutputType | null;
    dbId: string;
    isLive: string | null;
    twitterStreamerId: string;
}