export interface RecoveryMfaLocalization { /** * strings while displaying MFA recovery code */ recoveryMfa: { /** * MFA recovery code section header */ header: string; /** * MFA recovery code section title */ title: string; /** * Recovery code readonly input label */ recoveryCodeLabel: string; /** * Copy and save recovery code description */ copyAndSaveCode: string; /** * MFA recovery code continue button text */ continueButton: string; }; }