UNPKG

@n8n-plus/n8n-plus

Version:

n8n Workflow Automation Tool (plus edition)

7 lines 282 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.IdentifierValidationError = void 0; class IdentifierValidationError extends Error { } exports.IdentifierValidationError = IdentifierValidationError; //# sourceMappingURL=identifier-interface.js.map