UNPKG

@daveyplate/better-auth-tanstack

Version:

Tanstack hooks for better-auth

4 lines (2 loc) 154 B
import type { createAuthClient } from "better-auth/react" export type AnyAuthClient = Omit<ReturnType<typeof createAuthClient>, "signUp" | "getSession">