import { User } from "lucia"; declare module "@solidjs/start" { export interface RequestEventLocals { user?: User; } }
© 2026 Hedgehog Software, LLC