github-actions[bot]
GitHub deploy: 80a39906aa5c7b13aa2c54023368c295ec269a79
f36f7ce
raw
history blame
241 Bytes
// See https://kit.svelte.dev/docs/types#app
// for information about these interfaces
declare global {
namespace App {
// interface Error {}
// interface Locals {}
// interface PageData {}
// interface Platform {}
}
}
export {};