UNPKG

@kfijolek/boardgamegeekclient

Version:

TypeScript client to interact with BoardGameGeek public XML API

4 lines (3 loc) 74 B
export interface IFetcher<Q, D> { doFetch(query: Q): Promise<D>; }