UNPKG

@better-auth-ui/core

Version:

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

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