Select the types of activity you want to include in your feed.
1import type { Config } from "./config.type"; 2 3declare const __PUBLIC_CONFIG__: Config; 4 5export const config = __PUBLIC_CONFIG__;