UNPKG

@kfijolek/boardgamegeekclient

Version:

TypeScript client to interact with BoardGameGeek public XML API

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