UNPKG

@better-auth-ui/core

Version:

Authentication components and data utilities for [Better Auth](https://better-auth.com), available for React and Solid.

8 lines (6 loc) 283 B
import type { dashClient } from "@better-auth/infra/client" import type { AuthClient } from "../../lib/auth-client" /** Better Auth client with the Infrastructure Dash client plugin enabled. */ export type DashAuthClient = AuthClient<{ plugins: [ReturnType<typeof dashClient>] }>