UNPKG

n8n

Version:

n8n Workflow Automation Tool

7 lines 625 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.InstanceAiLivenessService = exports.INSTANCE_AI_RUN_TIMEOUT_REASON = void 0; var instance_ai_liveness_service_1 = require("./instance-ai-liveness.service"); Object.defineProperty(exports, "INSTANCE_AI_RUN_TIMEOUT_REASON", { enumerable: true, get: function () { return instance_ai_liveness_service_1.INSTANCE_AI_RUN_TIMEOUT_REASON; } }); Object.defineProperty(exports, "InstanceAiLivenessService", { enumerable: true, get: function () { return instance_ai_liveness_service_1.InstanceAiLivenessService; } }); //# sourceMappingURL=index.js.map