Interface ValidateSignupSmsCodeCommandInput

interface ValidateSignupSmsCodeCommandInput {
    phoneNumber: string;
    verificationCode: string;
    waterfallId: string;
}

Properties

phoneNumber: string
+79261112233
verificationCode: string

Code from sms

waterfallId: string

Waterfall id should be the same for 1 account registration flow