boredgame/src/app.d.ts

15 lines
271 B
TypeScript
Raw Normal View History

// See https://kit.svelte.dev/docs/types#app
// for information about these interfaces
// and what to do when importing types
declare namespace App {
2022-09-29 22:22:01 +00:00
interface Locals {
userid: string;
}
// interface PageData {}
// interface Error {}
2022-09-29 22:22:01 +00:00
// interface Platform {}
}