UNPKG

@mrmory/bggclient

Version:

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

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