UNPKG

boardgamegeekclient

Version:

Javascript client to interact with BoardGameGeek public XML API

6 lines (5 loc) 156 B
import { BggThingVideoDto } from "./BggThingVideoDto"; export declare class BggThingVideoPaginatedDto { total: number; items: BggThingVideoDto[]; }