6 lines
176 B
TypeScript
6 lines
176 B
TypeScript
import type { authClient } from "../../config/client";
|
|
|
|
export * from "@pkg/logic/domains/auth/session/data/entities";
|
|
|
|
export type Session = typeof authClient.$Infer.Session;
|