summaryrefslogtreecommitdiff
path: root/node_modules/@jet-app/app-store/tmp/src/api/intents/routable-arcade-see-all-page-intent.js
diff options
context:
space:
mode:
Diffstat (limited to 'node_modules/@jet-app/app-store/tmp/src/api/intents/routable-arcade-see-all-page-intent.js')
-rw-r--r--node_modules/@jet-app/app-store/tmp/src/api/intents/routable-arcade-see-all-page-intent.js11
1 files changed, 11 insertions, 0 deletions
diff --git a/node_modules/@jet-app/app-store/tmp/src/api/intents/routable-arcade-see-all-page-intent.js b/node_modules/@jet-app/app-store/tmp/src/api/intents/routable-arcade-see-all-page-intent.js
new file mode 100644
index 0000000..0a09491
--- /dev/null
+++ b/node_modules/@jet-app/app-store/tmp/src/api/intents/routable-arcade-see-all-page-intent.js
@@ -0,0 +1,11 @@
+import { normalizePreviewPlaform } from "../models/preview-platform";
+const ROUTABLE_ARCADE_SEE_ALL_PAGE_INTENT_KIND = "RoutableArcadeSeeAllPageIntent";
+export function makeRoutableArcadeSeeAllPageIntent(opts) {
+ const { platform, ...rest } = opts;
+ return {
+ ...rest,
+ platform: normalizePreviewPlaform(platform),
+ $kind: "RoutableArcadeSeeAllPageIntent",
+ };
+}
+//# sourceMappingURL=routable-arcade-see-all-page-intent.js.map \ No newline at end of file