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