KSCurrentlyLiveGroupByOutputType: {
    _count: KSCurrentlyLiveCountAggregateOutputType | null;
    _max: KSCurrentlyLiveMaxAggregateOutputType | null;
    _min: KSCurrentlyLiveMinAggregateOutputType | null;
    channelId: string | null;
    correct: boolean | null;
    dbId: string;
    kickStreamerId: string;
    messageId: string | null;
}