@better-auth-ui/core
Version:
Authentication components and data utilities for [Better Auth](https://better-auth.com), available for React and Solid.
12 lines (11 loc) • 522 B
TypeScript
export declare const deleteUserLocalization: {
/** @remarks `"Delete account"` */
deleteAccount: string;
/** @remarks `"Permanently remove your account and all associated data. This cannot be undone."` */
deleteAccountDescription: string;
/** @remarks `"Check your email to confirm account deletion."` */
deleteUserVerificationSent: string;
/** @remarks `"Your account has been deleted."` */
deleteUserSuccess: string;
};
export type DeleteUserLocalization = typeof deleteUserLocalization;