UNPKG

n8n-nodes-base

Version:

Base nodes of n8n

8 lines 297 B
import type { ICredentialType, INodeProperties } from 'n8n-workflow'; export declare class FormstackApi implements ICredentialType { name: string; displayName: string; documentationUrl: string; properties: INodeProperties[]; } //# sourceMappingURL=FormstackApi.credentials.d.ts.map