data: tournament seed

This commit is contained in:
MTG2000
2022-09-07 11:34:14 +03:00
parent 03113f192c
commit a7203e94f2
2 changed files with 232 additions and 0 deletions

View File

@@ -266,4 +266,7 @@ module.exports = {
getTournamentById,
getMakersInTournament,
getProjectsInTournament,
// Enums
TournamentEventTypeEnum,
}