kurdquiz_lib
Version:
16 lines • 375 B
TypeScript
declare const tables: {
QUESTIONS: string;
ANSWERS: string;
PLAYERS: string;
GAMES: string;
PLAYER_GAMES: string;
CHECKOUTS: string;
ADMINS: string;
GAME_QUESTIONS: string;
PLAYER_LIVES: string;
PLAYER_ANSWERS: string;
GAME_EVENTS: string;
QUESTION_EVENTS: string;
};
export default tables;
//# sourceMappingURL=tables.d.ts.map