UNPKG

boardgamegeekclient

Version:

Javascript client to interact with BoardGameGeek public XML API

9 lines (8 loc) 173 B
export declare class BggForumThreadDto { id: number; numarticles: number; subject: string; author: string; postdate: string; lastpostdate: string; }