licensetrackerfrontend/src/app.d.ts

10 lines
251 B
TypeScript
Raw Normal View History

2024-08-30 08:25:26 -06: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 {}
}