webcompile/src/app.d.ts

15 lines
265 B
TypeScript
Raw Normal View History

/* eslint-disable */
2022-02-28 23:42:33 +05:30
/// <reference types="@sveltejs/kit" />
// See https://kit.svelte.dev/docs/typescript
// for information about these interfaces
declare namespace App {
interface Locals {}
interface Platform {}
interface Session {}
interface Stuff {}
}