my website at ewancroft.uk
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 // Vite-defined globals (from vite.config.ts)
13 const __APP_VERSION__: string;
14 const __GIT_COMMIT__: string;
15}
16
17export {};