@drop-in/new
Version:
A SvelteKit Svelte 5 PocketBase Starter Kit with a CLI
14 lines (12 loc) • 308 B
TypeScript
/// <reference types="@sveltejs/kit" />
// See https://kit.svelte.dev/docs/types#app
// for information about these interfaces
// and what to do when importing types
declare global {
namespace App {
// interface Locals {}
// interface Platform {}
// interface Session {}
// interface Stuff {}
}
}