UNPKG

@trivia-api/models

Version:

Models for The Trivia API.

12 lines (11 loc) 421 B
export * from "./TextChoiceQuestionWithImage"; export type { BaseQuestion, ImageChoiceQuestion, ImageOption, V2Question, TextChoiceQuestion, Category, SearchQuestionsBody, } from "@trivia-api/client"; /** * @openapi * components: * schemas: * V2Question: * oneOf: * - $ref: '#/components/schemas/TextChoiceQuestion' * - $ref: '#/components/schemas/ImageChoiceQuestion' */