UNPKG

@trivia-api/models

Version:

Models for The Trivia API.

6 lines (5 loc) 260 B
/** * The valid set of categories that a V1 question can have. * */ export type V1Category = "Music" | "Sport & Leisure" | "Film & TV" | "Arts & Literature" | "History" | "Society & Culture" | "Science" | "Geography" | "Food & Drink" | "General Knowledge";