UNPKG

n8n-nodes-base

Version:

Base nodes of n8n

6 lines 379 B
import { type IPollFunctions, type INodeExecutionData, type INodeType, type INodeTypeDescription } from 'n8n-workflow'; export declare class VenafiTlsProtectDatacenterTrigger implements INodeType { description: INodeTypeDescription; poll(this: IPollFunctions): Promise<INodeExecutionData[][] | null>; } //# sourceMappingURL=VenafiTlsProtectDatacenterTrigger.node.d.ts.map