UNPKG

@kfijolek/boardgamegeekclient

Version:

TypeScript client to interact with BoardGameGeek public XML API

4 lines (3 loc) 59 B
export type BggClientOptions = { apiKey: string; };