UNPKG

@better-auth-ui/core

Version:

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

6 lines (5 loc) 234 B
import { lastLoginMethodClient } from 'better-auth/client/plugins'; import { AuthClient } from '../../lib/auth-client'; export type LastLoginMethodAuthClient = AuthClient<{ plugins: [ReturnType<typeof lastLoginMethodClient>]; }>;