Select the types of activity you want to include in your feed.
1import type { ManagedOutput } from "@applets/core/types"; 2 3export const INITIAL_MANAGED_OUTPUT: ManagedOutput = { 4 tracks: { 5 cacheId: crypto.randomUUID(), 6 state: "loading", 7 collection: [], 8 }, 9};