[READ-ONLY] Mirror of https://github.com/mrgnw/sveltauri. svelte tauri template
0

Configure Feed

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

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