]>
Commit | Line | Data |
---|---|---|
a7cf03c1 RBR |
1 | /// <reference types="@sveltejs/kit" /> |
2 | ||
3 | // See https://kit.svelte.dev/docs/types#the-app-namespace | |
4 | // for information about these interfaces | |
5 | declare namespace App { | |
6 | // interface Locals {} | |
7 | // interface Platform {} | |
8 | // interface Session {} | |
9 | // interface Stuff {} | |
10 | } |