export const deleteUserLocalization = {
  /** @remarks `"Delete account"` */
  deleteAccount: "Delete account",

  /** @remarks `"Permanently remove your account and all associated data. This cannot be undone."` */
  deleteAccountDescription:
    "Permanently remove your account and all associated data. This cannot be undone.",

  /** @remarks `"Check your email to confirm account deletion."` */
  deleteUserVerificationSent: "Check your email to confirm account deletion.",

  /** @remarks `"Your account has been deleted."` */
  deleteUserSuccess: "Your account has been deleted."
}

export type DeleteUserLocalization = typeof deleteUserLocalization
