UNPKG

@mrmory/bggclient

Version:

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

13 lines (12 loc) 312 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; value: string; things: BggLinkDto[]; }