UNPKG

n8n-nodes-larkbase-v3

Version:
7 lines (6 loc) 242 B
import { INodeTypeData } from 'n8n-workflow'; import { LarkbaseApi } from './credentials/LarkbaseApi.credentials'; export declare const nodeTypes: INodeTypeData; export declare const credentialTypes: { LarkbaseApi: typeof LarkbaseApi; };