Type Alias TTSCurrentlyLiveGroupByOutputType

TTSCurrentlyLiveGroupByOutputType: {
    _count: TTSCurrentlyLiveCountAggregateOutputType | null;
    _max: TTSCurrentlyLiveMaxAggregateOutputType | null;
    _min: TTSCurrentlyLiveMinAggregateOutputType | null;
    channelId: string | null;
    correct: boolean | null;
    dbId: string;
    messageId: string | null;
    tiktokStreamerId: string;
}