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
225 B 15 lines
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 {};