UNPKG

n8n-nodes-community-coolify

Version:

n8n node to interact with Coolify API - an open-source & self-hostable Heroku / Netlify alternative

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