UNPKG

@mrmory/bggclient

Version:

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

14 lines (13 loc) 261 B
export declare class BggThingMarketlistingsDto { condition: string; link: { href: string; title: string; }; listdate: string; notes: string; price: { currency: string; value: number; }; }