scheunemann-interfaces
Version:
Interfaces de Projetos Scheunemann
11 lines (10 loc) • 367 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.EMemberType = void 0;
var EMemberType;
(function (EMemberType) {
EMemberType["PARTNER"] = "PARTNER";
EMemberType["ADMIN"] = "ADMIN";
EMemberType["CLIENT"] = "CLIENT";
EMemberType["CUSTOMER"] = "CUSTOMER";
})(EMemberType || (exports.EMemberType = EMemberType = {}));