UNPKG

@daouy/n8n-nodes-carbone

Version:

n8n nodes for Carbone integration

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