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