Below are the interfaces for the userActiveGames Mongo schemas //todo make casing of types consistant

Hierarchy

  • userActiveGames

Properties

currentTime: number
difficulty: number
moves: moves[]
numHintsUsed: number
numHintsUsedPerStrategy: numWrongCellsPlayedPerStrategy
numWrongCellsPlayed: number
puzzle: string
puzzleSolution: string
userID: string

Generated using TypeDoc