Type Alias TSCurrentlyLiveCountAggregateOutputType

TSCurrentlyLiveCountAggregateOutputType: {
    _all: number;
    channelId: number;
    correct: number;
    dbId: number;
    messageId: number;
    twitchStreamerId: number;
}