UNPKG

n8n-nodes-larkbase-v3

Version:

n8n node to connect with Larkbase API with UTF-8 support, date filtering, array filter values, text field processing, improved field type handling, pagination fixes, advanced data type conversion, proper date filtering with ExactDate format, updated node

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; };