mirror of
https://github.com/kennethnym/freya
synced 2026-06-20 16:41:18 +01:00
5 lines
160 B
TypeScript
5 lines
160 B
TypeScript
import type { Auth } from "./index.ts"
|
|
|
|
export type AuthUser = Auth["$Infer"]["Session"]["user"]
|
|
export type AuthSession = Auth["$Infer"]["Session"]["session"]
|