@kfijolek/boardgamegeekclient
Version:
TypeScript client to interact with BoardGameGeek public XML API
10 lines • 578 B
JavaScript
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';
//# sourceMappingURL=index.js.map