forked from ProjectSegfault/website
5f65353851
Signed-off-by: Alexander J <odyssey346@disroot.org>
15 lines
265 B
TypeScript
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 {}
|
|
}
|