mirror of
https://github.com/KevinMidboe/k9e.no.git
synced 2025-12-08 12:19:09 +00:00
13 lines
241 B
TypeScript
13 lines
241 B
TypeScript
// See https://kit.svelte.dev/docs/types#app
|
|
// for information about these interfaces
|
|
declare global {
|
|
namespace App {
|
|
// interface Error {}
|
|
// interface Locals {}
|
|
// interface PageData {}
|
|
// interface Platform {}
|
|
}
|
|
}
|
|
|
|
export {};
|