UNPKG

@mrmory/bggclient

Version:

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

11 lines (10 loc) 210 B
export declare class BggArticleDto { id: number; username: string; body: string; subject: string; numedits: number; editdate: string; postdate: string; link: string; }