UNPKG

@trivia-api/models

Version:

Models for The Trivia API.

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