diff options
Diffstat (limited to 'node_modules/@jet-app/app-store/tmp/src/api/intents/routable-today-page-intent.js')
| -rw-r--r-- | node_modules/@jet-app/app-store/tmp/src/api/intents/routable-today-page-intent.js | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/node_modules/@jet-app/app-store/tmp/src/api/intents/routable-today-page-intent.js b/node_modules/@jet-app/app-store/tmp/src/api/intents/routable-today-page-intent.js new file mode 100644 index 0000000..0a5c109 --- /dev/null +++ b/node_modules/@jet-app/app-store/tmp/src/api/intents/routable-today-page-intent.js @@ -0,0 +1,10 @@ +import { normalizePreviewPlaform } from "../models/preview-platform"; +export function makeRoutableTodayPageIntent(opts) { + const { platform, ...rest } = opts; + return { + ...rest, + platform: normalizePreviewPlaform(platform), + $kind: "RoutableTodayPageIntent", + }; +} +//# sourceMappingURL=routable-today-page-intent.js.map
\ No newline at end of file |
