[READ-ONLY] Mirror of https://github.com/probablykasper/sveltekit-template.
svelte sveltekit template typescript
0

Configure Feed

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

Update app.d.ts

authored by

Kasper and committed by
GitHub
(Jan 1, 2023, 7:38 AM +0100) e5041f1c 6c83409b

+1 -2
+1 -2
src/app.d.ts
··· 2 2 // for information about these interfaces 3 3 // and what to do when importing types 4 4 declare namespace App { 5 + // interface Error {} 5 6 // interface Locals {} 6 7 // interface PageData {} 7 8 // interface Platform {} 8 - // interface PrivateEnv {} 9 - // interface PublicEnv {} 10 9 }