interface Root {
    error_type: string;
    message: string;
    phone_verification_settings: PhoneVerificationSettings;
    status: string;
    two_factor_info: TwoFactorInfo;
    two_factor_required: boolean;
}

Properties

error_type: string
message: string
phone_verification_settings: PhoneVerificationSettings
status: string
two_factor_info: TwoFactorInfo
two_factor_required: boolean