website-2/src/app.d.ts
Nick Bland f4ef664f0b
Prettier Format
+ Add in formatting config, and apply
2024-04-19 14:20:02 +10:00

14 lines
278 B
TypeScript

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