Module DbGameResultsModel

These are the mongoose schemas for the user_game_results collection The two schemas currently in this collection are UserGameStatisticsSchema and userGameStatisticss //todo at some point would like to remove these schemas as we already handle input validation with express-validator //todo and the error throwing with mongoose is inconsistent and hard to work with

Properties

Properties

export=: Model<userGameStatisticss, {}, {}, {}, Schema<userGameStatisticss, Model<userGameStatisticss, any, any, any, any>, {}, {}, {}, {}, DefaultSchemaOptions, userGameStatisticss>>

Generated using TypeDoc