summaryrefslogtreecommitdiff
path: root/node_modules/@jet-app/app-store/tmp/src/api/intents/charts-hub-page-intent.js
diff options
context:
space:
mode:
Diffstat (limited to 'node_modules/@jet-app/app-store/tmp/src/api/intents/charts-hub-page-intent.js')
-rw-r--r--node_modules/@jet-app/app-store/tmp/src/api/intents/charts-hub-page-intent.js13
1 files changed, 13 insertions, 0 deletions
diff --git a/node_modules/@jet-app/app-store/tmp/src/api/intents/charts-hub-page-intent.js b/node_modules/@jet-app/app-store/tmp/src/api/intents/charts-hub-page-intent.js
new file mode 100644
index 0000000..bb964f0
--- /dev/null
+++ b/node_modules/@jet-app/app-store/tmp/src/api/intents/charts-hub-page-intent.js
@@ -0,0 +1,13 @@
+import { normalizePreviewPlaform } from "../models/preview-platform";
+/**
+ * Create a {@linkcode ChartsHubPageIntent}
+ */
+export function makeChartsHubPageIntent(opts) {
+ const { platform, ...rest } = opts;
+ return {
+ ...rest,
+ platform: normalizePreviewPlaform(platform),
+ $kind: "ChartsHubPageIntent",
+ };
+}
+//# sourceMappingURL=charts-hub-page-intent.js.map \ No newline at end of file