n8n
Version:
n8n Workflow Automation Tool
12 lines • 330 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.SEARCH_WORKFLOWS_SORT_BY_VALUES = void 0;
exports.SEARCH_WORKFLOWS_SORT_BY_VALUES = [
'updatedAt:desc',
'updatedAt:asc',
'createdAt:desc',
'createdAt:asc',
'name:asc',
'name:desc',
];
//# sourceMappingURL=mcp.types.js.map