Files
armandine/src/app.d.ts
mifi 4f863e5686
Some checks failed
ci/woodpecker/pr/ci Pipeline failed
Finished the Sveltification
2026-02-15 23:01:16 -03:00

14 lines
310 B
TypeScript

// See https://svelte.dev/docs/kit/types#app.d.ts
// for information about these interfaces
declare global {
namespace App {
// interface Error {}
// interface Locals {}
// interface PageData {}
// interface PageState {}
// interface Platform {}
}
}
export {};