"use strict";
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.LicenseType = void 0;
var LicenseType = exports.LicenseType = function (LicenseType) {
LicenseType["Free"] = "free";
LicenseType["Pro"] = "pro";
return LicenseType;
}({});