mirror of
https://github.com/LukeHagar/svelte-min-repro.git
synced 2025-12-09 20:57:48 +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 {};
|