UNPKG

@kfijolek/boardgamegeekclient

Version:

TypeScript client to interact with BoardGameGeek public XML API

16 lines (15 loc) 340 B
import { BggLinkDto } from "."; export declare class BggThingVersionDto { type: string; id: number; thumbnail: string; image: string; links: BggLinkDto[]; name: string; yearpublished: number; productcode: string; width: number; length: number; depth: number; weight: number; }