UNPKG

kurdquiz_lib

Version:
18 lines (17 loc) 483 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); var tables = { QUESTIONS: "questions", ANSWERS: "answers", PLAYERS: "players", GAMES: "games", PLAYER_GAMES: "player_games", CHECKOUTS: "checkouts", ADMINS: "admins", GAME_QUESTIONS: "game_questions", PLAYER_LIVES: "player_lives", PLAYER_ANSWERS: "player_answers", GAME_EVENTS: "game_events", QUESTION_EVENTS: "question_events", }; exports.default = tables;