UNPKG

@mrmory/bggclient

Version:

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

11 lines (10 loc) 232 B
export declare class BggForumlistForumDto { id: number; groupid: number; lastpostdate: string; noposting: number; numthreads: number; numposts: number; title: string; description: string; }