Type Alias KSStatsChannelIdGroupByOutputType

KSStatsChannelIdGroupByOutputType: {
    _count: KSStatsChannelIdCountAggregateOutputType | null;
    _max: KSStatsChannelIdMaxAggregateOutputType | null;
    _min: KSStatsChannelIdMinAggregateOutputType | null;
    dbId: string;
    followers: string | null;
    isLive: string | null;
    kickStreamerId: string;
}