UNPKG

psn-wrapper

Version:
4 lines (3 loc) 200 B
import { baseOptions } from '../domain/baseInterfaces'; declare const gameById: (id: string, options: baseOptions) => Promise<import("../domain/topGamesInterfaces").baseInfo[]>; export { gameById, };