mirror of
https://github.com/kennethnym/freya
synced 2026-06-23 18:05:11 +01:00
chore: rename aelis to freya (#122)
This commit is contained in:
4
apps/freya-backend/src/auth/session.ts
Normal file
4
apps/freya-backend/src/auth/session.ts
Normal file
@@ -0,0 +1,4 @@
|
||||
import type { Auth } from "./index.ts"
|
||||
|
||||
export type AuthUser = Auth["$Infer"]["Session"]["user"]
|
||||
export type AuthSession = Auth["$Infer"]["Session"]["session"]
|
||||
Reference in New Issue
Block a user