2022-08-09 10:21:38 +02:00
|
|
|
// See https://kit.svelte.dev/docs/types#app
|
|
|
|
// for information about these interfaces
|
|
|
|
// and what to do when importing types
|
|
|
|
declare namespace App {
|
2023-01-31 16:12:09 +01:00
|
|
|
// interface Error {}
|
2022-08-09 10:44:30 +02:00
|
|
|
// interface Locals {}
|
2022-11-11 11:25:56 +01:00
|
|
|
// interface PageData {}
|
2022-08-09 10:44:30 +02:00
|
|
|
// interface Platform {}
|
2022-08-09 10:21:38 +02:00
|
|
|
}
|