import type { betterAuth } from "better-auth"

export type BetterAuth = ReturnType<typeof betterAuth>
