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) 243 B
import { INodeParameters } from 'n8n-workflow'; export declare const configuredOutputs: (parameters: INodeParameters) => string[] | { type: string; displayName: string; }[]; export declare const hexToRgbInt32: (hex: string) => number;