UNPKG

@mrmory/bggclient

Version:

Javascript client to interact with BoardGameGeek public XML API based on boardgamegeekjsclient

9 lines (8 loc) 254 B
import { IBggDto } from "../interface"; import { BggCollectionItemDto } from "./subdto"; export declare class BggCollectionDto implements IBggDto { id: number; totalitems: number; pubdate: string; items: BggCollectionItemDto[]; }