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) 305 B
import { IDescriptionNames } from './types'; export declare function getDescriptionNames(): IDescriptionNames; export declare const DESCRIPTION_NAMES: IDescriptionNames; export { IDescriptionNames } from './types'; export { DESCRIPTION_NAMES_EN } from './en'; export { DESCRIPTION_NAMES_ZH } from './zh';