UNPKG

open-critic-node

Version:
6 lines 199 B
import { PlatformType } from "../enums/platform-type"; export interface IGetGamesOptions { page: number; platforms: PlatformType[]; } //# sourceMappingURL=get-games-options.interface.d.ts.map