UNPKG

n8n-nodes-base

Version:

Base nodes of n8n

11 lines 251 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const Estimates = { AUTO: 'AUTO', MANUAL: 'MANUAL', }; const TaskStatuses = { ACTIVE: 'ACTIVE', DONE: 'DONE', }; //# sourceMappingURL=ProjectInterfaces.js.map