UNPKG

boardgamegeekclient

Version:

Javascript client to interact with BoardGameGeek public XML API

7 lines (6 loc) 187 B
import { BggThingCommentDto } from "./BggThingCommentDto"; export declare class BggThingCommentPaginatedDto { page: number; totalitems: number; items: BggThingCommentDto[]; }