Files
aris/apps/aelis-backend/src/auth/session.ts

5 lines
160 B
TypeScript
Raw Normal View History

import type { Auth } from "./index.ts"
export type AuthUser = Auth["$Infer"]["Session"]["user"]
export type AuthSession = Auth["$Infer"]["Session"]["session"]