Type Alias TTSStatsChannelIdGroupByOutputType

TTSStatsChannelIdGroupByOutputType: {
    _count: TTSStatsChannelIdCountAggregateOutputType | null;
    _max: TTSStatsChannelIdMaxAggregateOutputType | null;
    _min: TTSStatsChannelIdMinAggregateOutputType | null;
    dbId: string;
    isLive: string | null;
    tiktokStreamerId: string;
}