UNPKG

n8n-nodes-plaid

Version:

The definitive Plaid financial integration node for n8n - Zero Dependencies for Cloud Verification

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