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

8 lines (7 loc) 237 B
import { ICredentialType, INodeProperties } from 'n8n-workflow'; export declare class LarkbaseApi implements ICredentialType { name: string; displayName: string; documentationUrl: string; properties: INodeProperties[]; }