// See https://svelte.dev/docs/kit/types#app.d.ts // for information about these interfaces // Ambient type for the `virtual:pwa-register/svelte` module used by // src/lib/components/UpdateToast.svelte (see vite-plugin-pwa/svelte.d.ts). /// declare global { namespace App { // interface Error {} // interface Locals {} // interface PageData {} // interface PageState {} // interface Platform {} } } export {};