WSCurrentlyLiveGroupByOutputType: {
    _count: WSCurrentlyLiveCountAggregateOutputType | null;
    _max: WSCurrentlyLiveMaxAggregateOutputType | null;
    _min: WSCurrentlyLiveMinAggregateOutputType | null;
    channelId: string | null;
    correct: boolean | null;
    dbId: string;
    messageId: string | null;
    whatnotStreamerId: string;
}