summaryrefslogtreecommitdiff
path: root/src/app.d.ts
blob: e6bfd9f240e0e09b282a9dfa21196e907a84fbcc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
/// <reference types="@sveltejs/kit" />

declare global {
  namespace App {
    // interface Error {}
    // interface Locals {}
    // interface PageData {}
    // interface PageState {}
    // interface Platform {}
  }
}

export {};