2022-08-09 10:21:38 +02:00
|
|
|
// See https://kit.svelte.dev/docs/types#app
|
|
|
|
// for information about these interfaces
|
2023-05-19 14:26:43 +02:00
|
|
|
declare global {
|
|
|
|
namespace App {
|
|
|
|
// interface Error {}
|
|
|
|
// interface Locals {}
|
|
|
|
// interface PageData {}
|
|
|
|
// interface Platform {}
|
|
|
|
}
|
2022-08-09 10:21:38 +02:00
|
|
|
}
|
2023-05-19 14:26:43 +02:00
|
|
|
|
|
|
|
export {}
|