This repository has been archived on 2024-10-26. You can view files and clone it, but cannot push or open issues or pull requests.
fotochallenge/src/app.d.ts
Valentin Brandl 9c869d8ee2
All checks were successful
/ Build App (push) Successful in 49s
Initial commit
2024-07-17 12:19:40 +02:00

12 lines
257 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 {}
}
}