UNPKG

@mindconnect/mindconnect-nodejs

Version:

NodeJS Library for Siemens Insights Hub Connectivity - TypeScript SDK for Insights Hub and Industrial IoT - Command Line Interface - Insights Hub Development Proxy (Siemens Insights Hub was formerly known as MindSphere)

21 lines 657 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.VisualFlowCreatorModels = void 0; var VisualFlowCreatorModels; (function (VisualFlowCreatorModels) { /** * * @export * @class RequiredError * @extends {Error} */ class RequiredError extends Error { constructor(field, msg) { super(msg); this.field = field; this.name = "RequiredError"; } } VisualFlowCreatorModels.RequiredError = RequiredError; })(VisualFlowCreatorModels || (exports.VisualFlowCreatorModels = VisualFlowCreatorModels = {})); //# sourceMappingURL=vfc-models.js.map