UNPKG

@poli-digital/n8n-nodes-poli

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