UNPKG

boardgamegeekclient

Version:

Javascript client to interact with BoardGameGeek public XML API

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