UNPKG

n8n-nodes-nocodb-self-host

Version:

Custom n8n node for Nocodb Self Host.

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