UNPKG

@mrmory/bggclient

Version:

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

13 lines (12 loc) 265 B
export declare class BggThingCommentPaginatedDto { page: number; totalitems: number; items: BggThingCommentDto[]; } declare class BggThingCommentDto { value: string; username: string; id: number; rating: number; } export {};