UNPKG

allostasis-js-sdk

Version:
15 lines (14 loc) 488 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.Gender = exports.AccountType = void 0; var AccountType; (function (AccountType) { AccountType["PERSONAL"] = "PERSONAL"; AccountType["ENTERPRISE"] = "ENTERPRISE"; })(AccountType || (exports.AccountType = AccountType = {})); var Gender; (function (Gender) { Gender["MALE"] = "MALE"; Gender["FEMALE"] = "FEMALE"; Gender["OTHER"] = "OTHER"; })(Gender || (exports.Gender = Gender = {}));