UNPKG

n8n-nodes-tess-ai-by-pareto

Version:

n8n community node for interacting with the Tess API by Pareto

8 lines (7 loc) 233 B
import { ICredentialType, INodeProperties } from 'n8n-workflow'; export declare class TessApi implements ICredentialType { name: string; displayName: string; documentationUrl: string; properties: INodeProperties[]; }