UNPKG
@trivia-api/models
Version:
latest (1.47.0)
1.47.0
1.44.0
1.41.0
1.39.0
1.36.0
1.34.0
1.33.0
1.32.0
1.30.0
1.29.0
1.28.0
1.27.0
1.26.0
1.25.0
1.21.0
1.20.0
1.19.0
1.18.0
1.17.0
1.9.0
1.5.0
1.0.18
1.0.17
1.0.14
1.0.13
1.0.12
1.0.11
1.0.10
1.0.9
1.0.8
1.0.7
1.0.6
1.0.5
1.0.5-1
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
Models for The Trivia API.
the-trivia-api.com
@trivia-api/models
/
dist
/
mjs
/
packages
/
models
/
src
/
v1
/
Category.d.ts
6 lines
(5 loc)
•
260 B
TypeScript
View Raw
1
2
3
4
5
6
/** * 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"
;