forked from ProjectSegfault/website
14 lines
244 B
TypeScript
14 lines
244 B
TypeScript
/// <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 {}
|
|
}
|