TSCurrentlyLiveGroupByOutputType: {
    _count: TSCurrentlyLiveCountAggregateOutputType | null;
    _max: TSCurrentlyLiveMaxAggregateOutputType | null;
    _min: TSCurrentlyLiveMinAggregateOutputType | null;
    channelId: string | null;
    correct: boolean | null;
    dbId: string;
    messageId: string | null;
    twitchStreamerId: string;
}