its-personal/src/app.d.ts

10 lines
251 B
TypeScript
Raw Normal View History

2023-11-01 23:36:58 +00:00
// 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 {}
}