UNPKG

@venly/connect

Version:

Venly Connect SDK

16 lines 568 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.VerificationResult = exports.Profile = void 0; var Profile = /** @class */ (function () { function Profile() { this.hasMasterPin = false; } return Profile; }()); exports.Profile = Profile; var VerificationResult; (function (VerificationResult) { VerificationResult["VERIFIED"] = "verified"; VerificationResult["FRAUD"] = "fraud"; })(VerificationResult = exports.VerificationResult || (exports.VerificationResult = {})); //# sourceMappingURL=Profile.js.map