quicknotes/frontend/src/app.d.ts

14 lines
274 B
TypeScript
Raw Permalink Normal View History

2025-02-17 14:33:55 +01:00
// 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 {};