@mrmory/bggclient
Version:
Javascript client to interact with BoardGameGeek public XML API based on boardgamegeekjsclient
10 lines • 453 B
text/typescript
export { BaseType } from './BaseType';
export { ThingType } from './ThingType';
export { FamilyType } from './FamilyTypes';
export { ForumlistType } from './ForumlistType';
export { ParameterOneOrZero } from './ParamterOneOrZero';
export { DomainTypes } from './DomainTypes';
export { GuildSortType } from './GuildSortType';
export { PlaysType } from './PlaysType';
export { PlaysSubtype }from './PlaysSubtype';
export { Range } from './ParameterRange';