UNPKG

n8n-nodes-amocrm

Version:
9 lines 334 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.statusPropertyOptions = void 0; const statusPropertyOptions = (s) => ({ name: `${s.name} (${s.pipeline_name})`, value: s.id, }); exports.statusPropertyOptions = statusPropertyOptions; //# sourceMappingURL=statusPropertyOptions.js.map