import { type BetterAuthEntityDef } from "./types"; /** * better-auth 2FA (Two-Factor Authentication) 플러그인 엔티티 정의 * https://www.better-auth.com/docs/plugins/2fa * * User 테이블에 2FA 활성화 필드를 추가하고, * TwoFactor 테이블을 생성하여 2FA 설정을 저장합니다. */ export declare const twoFactorEntityDef: BetterAuthEntityDef; //# sourceMappingURL=two-factor.d.ts.map