Spaces:
Running
Running
| import type { User } from '$lib/domain/types'; | |
| import type { App as SplitApp } from '$lib/server/app'; | |
| declare global { | |
| namespace App { | |
| interface Locals { | |
| user: User | null; | |
| app: SplitApp; | |
| } | |
| } | |
| } | |
| export {}; | |