1
0
Fork 0
llama-bot-web-interface/frontend/src/app.d.ts

15 lines
263 B
TypeScript

/// <reference types="@sveltejs/kit" />
// See https://kit.svelte.dev/docs/typescript
// for information about these interfaces
declare namespace App {
interface Locals {
userid: string
}
interface Platform {}
interface Session {}
interface Stuff {}
}