UNPKG

@digitalstories/n8n-nodes-infomaniak

Version:

n8n nodes to interact with Infomaniak services (Kchat)

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