Interface ValidateSignupSmsCodeErrorResponseError

interface ValidateSignupSmsCodeErrorResponseError {
    nonce: string[];
}

Properties

Properties

nonce: string[]