UNPKG

@oneacrefund/n8n-nodes-kutt

Version:

This is an n8n community node for the Kutt URL Shortening service

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