UNPKG

@kfijolek/boardgamegeekclient

Version:

TypeScript client to interact with BoardGameGeek public XML API

11 lines (10 loc) 213 B
export declare class BggThingVideoDto { category: string; language: string; link: string; postdate: string; title: string; username: string; id: number; userid: number; }