2024-01-21 14:54:48 +10:00
|
|
|
// See https://kit.svelte.dev/docs/types#app
|
|
|
|
// for information about these interfaces
|
|
|
|
declare global {
|
2024-04-19 14:20:02 +10:00
|
|
|
namespace App {
|
|
|
|
interface Error {}
|
|
|
|
// interface Locals {}
|
|
|
|
// interface PageData {}
|
|
|
|
// interface PageState {}
|
|
|
|
// interface Platform {}
|
|
|
|
}
|
2024-01-21 14:54:48 +10:00
|
|
|
}
|
|
|
|
|
|
|
|
export {};
|