UNPKG

boardgamegeekclient

Version:

Javascript client to interact with BoardGameGeek public XML API

11 lines (10 loc) 212 B
export declare type PaginationRequestDto<T> = { current: number; total: number; request: T; }; export declare type ProgressResponseDto<T> = { current: number; total: number; data: T[]; };