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 apiUrl: string; 7 knotResolverUrl: string; 8 camoUrl: string; 9 }; 10 } 11 } 12} 13 14export {};