UNPKG

@kfijolek/boardgamegeekclient

Version:

TypeScript client to interact with BoardGameGeek public XML API

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; }