Files
deer-flow/frontend/src/server/better-auth/client.ts
T
2026-01-14 09:50:26 +08:00

6 lines
158 B
TypeScript

import { createAuthClient } from "better-auth/react";
export const authClient = createAuthClient();
export type Session = typeof authClient.$Infer.Session;