UNPKG

n8n-nodes-feishu-lark

Version:

n8n custom nodes for n8n to interact with Feishu/Lark, including Lark Bot, Lark MCP, and Lark Trigger.

11 lines 292 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.OBJECT_JSON = void 0; exports.OBJECT_JSON = { name: 'body', type: 'json', validateType: 'object', ignoreValidationDuringExecution: true, default: '{}', }; //# sourceMappingURL=base.js.map