UNPKG

n8n-nodes-feishu-lark

Version:

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

7 lines (6 loc) 287 B
import { INodeParameters, NodeConnectionType } from 'n8n-workflow'; export declare const configuredOutputs: (parameters: INodeParameters) => { type: NodeConnectionType; displayName: string; }[] | NodeConnectionType[]; export declare const hexToRgbInt32: (hex: string) => number;