Cant find twoFactor property in authClient
I am getting a type error Property 'twoFactor' does not exist on type.
const { data, error } = await authClient.twoFactor.sendOtp()import { createAuthClient } from "better-auth/react"
export const authClient = createAuthClient()