UNPKG

n8n-nodes-larkbase-v3

Version:
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[]; }