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 camoEnabled: boolean; 9 }; 10 } 11 } 12} 13 14export {};