UNPKG

n8n

Version:

n8n Workflow Automation Tool

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