UNPKG

n8n-nodes-cloudinary

Version:

The official Cloudinary n8n node - upload media, update asset tags and metadata, and more

6 lines (5 loc) 270 B
import { INodeType, INodeTypeDescription, IExecuteFunctions, INodeExecutionData } from 'n8n-workflow'; export declare class Cloudinary implements INodeType { description: INodeTypeDescription; execute(this: IExecuteFunctions): Promise<INodeExecutionData[][]>; }