UNPKG

n8n-nodes-community-coolify

Version:

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

10 lines (9 loc) 356 B
import { IAuthenticateGeneric, ICredentialTestRequest, ICredentialType, INodeProperties } from 'n8n-workflow'; export declare class CoolifyApi implements ICredentialType { name: string; displayName: string; documentationUrl: string; properties: INodeProperties[]; authenticate: IAuthenticateGeneric; test: ICredentialTestRequest; }