Interface AccountCreateValidatedCommandInputCommon

interface AccountCreateValidatedCommandInputCommon {
    password: string;
    phoneNumber: string;
    username: string;
    verificationCode: string;
    waterfallId: string;
}

Properties

password: string
phoneNumber: string

With plus sign and region code

+79031112233
username: string
verificationCode: string

Code from sms

waterfallId: string