UNPKG

@mrmory/bggclient

Version:

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

16 lines (15 loc) 323 B
export declare class BggThingVideoPaginatedDto { total: number; items: BggThingVideoDto[]; } declare class BggThingVideoDto { category: string; language: string; link: string; postdate: string; title: string; username: string; id: number; userid: number; } export {};