UNPKG

@kfijolek/boardgamegeekclient

Version:

TypeScript client to interact with BoardGameGeek public XML API

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