RSCurrentlyLiveGroupByOutputType: {
    _count: RSCurrentlyLiveCountAggregateOutputType | null;
    _max: RSCurrentlyLiveMaxAggregateOutputType | null;
    _min: RSCurrentlyLiveMinAggregateOutputType | null;
    channelId: string | null;
    correct: boolean | null;
    dbId: string;
    messageId: string | null;
    rumbleStreamerId: string;
}