Files
phoenix/src/app.d.ts
Tobi 74b6092838
Some checks failed
CI / build-and-test (push) Has been cancelled
CI / build-and-test (pull_request) Has been cancelled
feature/build (#1)
Co-authored-by: Tobias Klemp <tobias.klemp@v-office.com>
Reviewed-on: #1
2026-01-01 18:55:05 +01:00

16 lines
444 B
TypeScript

// See https://svelte.dev/docs/kit/types#app.d.ts
// for information about these interfaces
declare global {
namespace App {
interface Locals {
user: import('$lib/server/auth').SessionValidationResult['user']
session: import('$lib/server/auth').SessionValidationResult['session']
}
} // interface Error {}
// interface Locals {}
} // interface PageData {}
// interface PageState {}
// interface Platform {}
export {}