mirror of
https://github.com/acid-info/Kurate.git
synced 2025-02-05 12:34:24 +00:00
10 lines
251 B
TypeScript
10 lines
251 B
TypeScript
// See https://kit.svelte.dev/docs/types#app
|
|
// for information about these interfaces
|
|
// and what to do when importing types
|
|
declare namespace App {
|
|
// interface Locals {}
|
|
// interface PageData {}
|
|
// interface Error {}
|
|
// interface Platform {}
|
|
}
|