UNPKG

@trivia-api/models

Version:

Models for The Trivia API.

12 lines (11 loc) 332 B
export * from "./TextChoiceQuestionWithImage"; /** * @openapi * components: * schemas: * V2Question: * oneOf: * - $ref: '#/components/schemas/TextChoiceQuestion' * - $ref: '#/components/schemas/ImageChoiceQuestion' * - $ref: '#/components/schemas/TextInputQuestion' */