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