UNPKG

@kfijolek/boardgamegeekclient

Version:

TypeScript client to interact with BoardGameGeek public XML API

8 lines (7 loc) 240 B
import { IBggDto } from "../interface"; import { BggForumlistForumDto } from "./BggForumlistForumDto"; export declare class BggForumlistDto implements IBggDto { id: number; type: string; forums: BggForumlistForumDto[]; }