this repo has no description
5
fork

Configure Feed

Select the types of activity you want to include in your feed.

at main 10 lines 353 B view raw
1import { normalizePreviewPlaform } from "../models/preview-platform"; 2export function makeArcadeGroupingPageIntent(opts) { 3 const { platform, ...rest } = opts; 4 return { 5 ...rest, 6 platform: normalizePreviewPlaform(platform), 7 $kind: "ArcadeGroupingPageIntent", 8 }; 9} 10//# sourceMappingURL=arcade-grouping-page-intent.js.map