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) 197 B
import type { Auth } from "better-auth" import type { magicLink } from "better-auth/plugins" export type MagicLinkAuthServer = Pick< Auth<{ plugins: [ReturnType<typeof magicLink>] }>, "api" >