UNPKG

@kfijolek/boardgamegeekclient

Version:

TypeScript client to interact with BoardGameGeek public XML API

7 lines (6 loc) 117 B
export declare class BggLinkDto { id: number; type: string; value: string; inbound: boolean; }