UNPKG

@trivia-api/models

Version:

Models for The Trivia API.

7 lines (6 loc) 190 B
import { Category, V1Category } from "./"; export declare const ALL_V1_CATEGORIES: V1Category[]; /** * All categories from V2 questions */ export declare const ALL_CATEGORIES: Category[];