UNPKG

@kfijolek/boardgamegeekclient

Version:

TypeScript client to interact with BoardGameGeek public XML API

8 lines (7 loc) 229 B
import { BggPlaysPlayItemSubtypes } from "./BggPlaysPlayItemSubtypes"; export declare class BggPlaysPlayItemDto { name: string; objecttype: string; objectid: number; subtypes: BggPlaysPlayItemSubtypes[]; }