Type Alias WSStatsChannelIdGroupByOutputType

WSStatsChannelIdGroupByOutputType: {
    _count: WSStatsChannelIdCountAggregateOutputType | null;
    _max: WSStatsChannelIdMaxAggregateOutputType | null;
    _min: WSStatsChannelIdMinAggregateOutputType | null;
    dbId: string;
    isLive: string | null;
    whatnotStreamerId: string;
}