UNPKG

boardgamegeekclient

Version:

Javascript client to interact with BoardGameGeek public XML API

7 lines (6 loc) 121 B
export declare class BggSearchItemDto { id: number; type: string; name: string; yearpublished: number; }