TwitchGameMinAggregateOutputType: {
    dbId: string | null;
    gameId: string | null;
    name: string | null;
    updatedAt: Date | null;
}