]>
Commit | Line | Data |
---|---|---|
f74650b0 RBR |
1 | // See https://kit.svelte.dev/docs/types#app |
2 | // for information about these interfaces | |
e4e4b520 RBR |
3 | declare global { |
4 | namespace App { | |
5 | // interface Error {} | |
6 | // interface Locals {} | |
7 | // interface PageData {} | |
8 | // interface Platform {} | |
9 | } | |
f74650b0 | 10 | } |
e4e4b520 RBR |
11 | |
12 | export {}; |