Interface AccountCreateSmsFlowCommandInput

interface AccountCreateSmsFlowCommandInput {
    profileGenerator: ProfileGenerator;
    smsReceiver: SmsReceiver;
    usernameGenerator: UsernameGenerator;
}

Properties

profileGenerator: ProfileGenerator
smsReceiver: SmsReceiver
usernameGenerator: UsernameGenerator