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 (5 loc) 221 B
import type { magicLinkClient } from "better-auth/client/plugins" import type { AuthClient } from "../../lib/auth-client" export type MagicLinkAuthClient = AuthClient<{ plugins: [ReturnType<typeof magicLinkClient>] }>