UNPKG

@vwork-digital/n8n-nodes-fillout

Version:

N8N nodes for Fillout forms - includes both trigger and action nodes.

9 lines (8 loc) 298 B
import { IAuthenticateGeneric, ICredentialType, INodeProperties } from 'n8n-workflow'; export declare class FilloutApi implements ICredentialType { name: string; displayName: string; documentationUrl: string; properties: INodeProperties[]; authenticate: IAuthenticateGeneric; }