webcompile/src/app.d.ts
Alexander J 5f65353851 Eslint error fix
Signed-off-by: Alexander J <odyssey346@disroot.org>
2022-04-22 21:04:11 +02:00

15 lines
265 B
TypeScript

/* eslint-disable */
/// <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 {}
}