Select the types of activity you want to include in your feed.
1declare global { 2 namespace App { 3 interface PageData { 4 publicConfig?: { 5 bobbinUrl: string; 6 knotMirrorUrl: string; 7 apiUrl: string; 8 sitesDomain: string; 9 camoEnabled: boolean; 10 }; 11 } 12 } 13} 14 15export {};