UNPKG

@trivia-api/models

Version:

Models for The Trivia API.

5 lines (4 loc) 138 B
export * from './question'; export * from './session'; export * from './guards/index'; export * from './endpoints/SearchQuestions/index';