@kfijolek/boardgamegeekclient
Version:
TypeScript client to interact with BoardGameGeek public XML API
10 lines (9 loc) • 545 B
TypeScript
export { BggThingMarketlistingsDto } from './BggThingMarketlistingsDto';
export { BggLinkDto } from './BggLinkDto';
export { BggPlaysPlayDto } from './BggPlaySubDtos';
export { BggCollectionItemDto } from './BggCollectionItemDto';
export { BggPollDto } from './BggPollDto';
export { BggSearchItemDto } from './BggSearchItemDto';
export { BggThingVersionDto } from './BggThingVersionDto';
export { BggCollectionItemStatsDto } from './BggCollectionItemStatsDto';
export { BggCollectionItemStatusDto } from './BggCollectionItemStatusDto';