Interface AccountRecoveryCodeVerifyInput

interface AccountRecoveryCodeVerifyInput {
    code: string;
    phoneNumber: string;
}

Properties

Properties

code: string

Code from SMS

phoneNumber: string

Phone number

+79999999999