mirror of
https://github.com/bytedance/deer-flow.git
synced 2026-05-11 19:23:41 +00:00
6 lines
158 B
TypeScript
6 lines
158 B
TypeScript
import { createAuthClient } from "better-auth/react";
|
|
|
|
export const authClient = createAuthClient();
|
|
|
|
export type Session = typeof authClient.$Infer.Session;
|