UNPKG

@kfijolek/boardgamegeekclient

Version:

TypeScript client to interact with BoardGameGeek public XML API

12 lines (11 loc) 292 B
import { IBggDto } from "../interface"; import { BggLinkDto } from "./subdto"; export declare class BggFamilyDto implements IBggDto { name: string; description: string; thumbnail: string; image: string; id: number; type: string; things: BggLinkDto[]; }