UNPKG

@kfijolek/boardgamegeekclient

Version:

TypeScript client to interact with BoardGameGeek public XML API

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