mirror of
https://github.com/kou029w/_.git
synced 2025-02-07 09:38:46 +00:00
9 lines
251 B
TypeScript
9 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 Error {}
|
|
// interface Locals {}
|
|
// interface PageData {}
|
|
// interface Platform {}
|
|
}
|