This repository has no description
0

Configure Feed

Select the types of activity you want to include in your feed.

core / web / src / app.d.ts
197 B 14 lines
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 {};