Type Alias TWSCurrentlyLiveGroupByOutputType

TWSCurrentlyLiveGroupByOutputType: {
    _count: TWSCurrentlyLiveCountAggregateOutputType | null;
    _max: TWSCurrentlyLiveMaxAggregateOutputType | null;
    _min: TWSCurrentlyLiveMinAggregateOutputType | null;
    channelId: string | null;
    correct: boolean | null;
    dbId: string;
    messageId: string | null;
    twitterStreamerId: string;
}