mirror of
				https://github.com/elyby/accounts-frontend.git
				synced 2025-05-31 14:11:58 +05:30 
			
		
		
		
	
		
			
				
	
	
		
			5 lines
		
	
	
		
			129 B
		
	
	
	
		
			TypeScript
		
	
	
	
	
	
			
		
		
	
	
			5 lines
		
	
	
		
			129 B
		
	
	
	
		
			TypeScript
		
	
	
	
	
	
import { MfaStep as TMfaStep } from './MfaEnable';
 | 
						|
 | 
						|
export { default } from './MultiFactorAuth';
 | 
						|
export type MfaStep = TMfaStep;
 |