UNPKG

n8n-nodes-tess-ai-by-pareto

Version:

n8n community node for interacting with the Tess API by Pareto

2 lines (1 loc) 126 B
export declare function tessApiRequest(method: string, endpoint: string, body: any | undefined, token: string): Promise<any>;