import type { createAuthClient } from "better-auth/react" export type AnyAuthClient = Omit< ReturnType, "signUp" | "getSession" >