UNPKG

@trivia-api/models

Version:

Models for The Trivia API.

10 lines (9 loc) 234 B
export * from "./quiz"; export * from "./guards/question"; export * from "./v1/index"; export * from "./v2/index"; export * from "./v1/Category"; export * from "./constants"; export * from "./languages"; export * from "./utils"; ////