UNPKG

@trivia-api/models

Version:

Models for The Trivia API.

31 lines (30 loc) 645 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.ALL_CATEGORIES = exports.ALL_V1_CATEGORIES = void 0; exports.ALL_V1_CATEGORIES = [ "Arts & Literature", "Film & TV", "Food & Drink", "General Knowledge", "Geography", "History", "Music", "Science", "Society & Culture", "Sport & Leisure", ]; /** * All categories from V2 questions */ exports.ALL_CATEGORIES = [ "arts_and_literature", "film_and_tv", "food_and_drink", "general_knowledge", "geography", "history", "music", "science", "society_and_culture", "sport_and_leisure", ];