Select the types of activity you want to include in your feed.
1export {} 2 3declare global { 4 var __APP_VERSION__: string 5 6 interface Navigator { 7 standalone?: boolean 8 } 9}