UNPKG

@arkane-network/arkane-connect

Version:

Arkane Connect - api library for 3th parties

10 lines 274 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); var Profile = /** @class */ (function () { function Profile() { this.hasMasterPin = false; } return Profile; }()); exports.Profile = Profile; //# sourceMappingURL=Profile.js.map