UNPKG

@mrmory/bggclient

Version:

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

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[]; }