2019-12-25 12:54:05 +02:00

5 lines
129 B
TypeScript

import { MfaStep as TMfaStep } from './MfaEnable';
export { default } from './MultiFactorAuth';
export type MfaStep = TMfaStep;