mirror of
https://github.com/kennethnym/aris.git
synced 2026-03-20 17:11:17 +00:00
Rename all references across the codebase: package names, imports, source IDs, directory names, docs, and configs. Co-authored-by: Ona <no-reply@ona.com>
5 lines
156 B
TypeScript
5 lines
156 B
TypeScript
import type { auth } from "./index.ts"
|
|
|
|
export type AuthUser = typeof auth.$Infer.Session.user
|
|
export type AuthSession = typeof auth.$Infer.Session.session
|