Type Alias RSStatsChannelIdGroupByOutputType

RSStatsChannelIdGroupByOutputType: {
    _count: RSStatsChannelIdCountAggregateOutputType | null;
    _max: RSStatsChannelIdMaxAggregateOutputType | null;
    _min: RSStatsChannelIdMinAggregateOutputType | null;
    dbId: string;
    isLive: string | null;
    rumbleStreamerId: string;
}