UNPKG

@trivia-api/models

Version:

Models for The Trivia API.

8 lines (7 loc) 230 B
export * from './endpoints/index'; export * from './guards/category'; export * from './guards/type'; export * from './guards/index'; export * from './question/index'; export * from './quiz/index'; export * from './session/index';