initttt
This commit is contained in:
20
apps/main/src/app.d.ts
vendored
Normal file
20
apps/main/src/app.d.ts
vendored
Normal file
@@ -0,0 +1,20 @@
|
||||
import type { Session, User } from "@pkg/logic/domains/user/data";
|
||||
import "unplugin-icons/types/svelte";
|
||||
|
||||
// See https://svelte.dev/docs/kit/types#app.d.ts
|
||||
// for information about these interfaces
|
||||
declare global {
|
||||
namespace App {
|
||||
// interface Error {}
|
||||
interface Locals {
|
||||
flowId?: string;
|
||||
session?: Session;
|
||||
user?: User;
|
||||
}
|
||||
// interface PageData {}
|
||||
// interface PageState {}
|
||||
// interface Platform {}
|
||||
}
|
||||
}
|
||||
|
||||
export {};
|
||||
Reference in New Issue
Block a user