This repository has been archived on 2024-08-06. You can view files and clone it, but cannot push or open issues or pull requests.
chellaris-sign-up-site/src/app.d.ts

10 lines
251 B
TypeScript
Raw Normal View History

// See https://kit.svelte.dev/docs/types#app
// for information about these interfaces
2023-09-13 14:30:24 +00:00
// and what to do when importing types
declare namespace App {
// interface Locals {}
// interface PageData {}
// interface Error {}
// interface Platform {}
}