better-auth
Version:
The most comprehensive authentication framework for TypeScript.
10 lines (9 loc) • 482 B
text/typescript
import * as _$_better_auth_core_utils_error_codes0 from "@better-auth/core/utils/error-codes";
//#region src/plugins/email-otp/error-codes.d.ts
declare const EMAIL_OTP_ERROR_CODES: {
OTP_EXPIRED: _$_better_auth_core_utils_error_codes0.RawError<"OTP_EXPIRED">;
INVALID_OTP: _$_better_auth_core_utils_error_codes0.RawError<"INVALID_OTP">;
TOO_MANY_ATTEMPTS: _$_better_auth_core_utils_error_codes0.RawError<"TOO_MANY_ATTEMPTS">;
};
//#endregion
export { EMAIL_OTP_ERROR_CODES };