[READ-ONLY] Mirror of https://github.com/flo-bit/shapecraft. flo-bit.dev/shapecraft/
0

Configure Feed

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

shapecraft / webapp / src / app.d.ts
274 B 13 lines
1// See https://svelte.dev/docs/kit/types#app.d.ts 2// for information about these interfaces 3declare global { 4 namespace App { 5 // interface Error {} 6 // interface Locals {} 7 // interface PageData {} 8 // interface PageState {} 9 // interface Platform {} 10 } 11} 12 13export {};