Type Alias TwitchGameCountAggregateOutputType

TwitchGameCountAggregateOutputType: {
    _all: number;
    dbId: number;
    gameId: number;
    name: number;
    updatedAt: number;
}