UNPKG

@omnia/fx-models

Version:
14 lines (13 loc) 449 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); /** * This is the new base for omnia named typed properties * */ var OmniaNamedModel = /** @class */ (function () { function OmniaNamedModel(omniaServiceId, uniqueModelName) { this.omniaServiceId = omniaServiceId; this.uniqueModelName = uniqueModelName; } return OmniaNamedModel; }()); exports.OmniaNamedModel = OmniaNamedModel;