UNPKG

@digitalstories/n8n-nodes-infomaniak

Version:

n8n nodes to interact with Infomaniak services (Kchat)

3 lines (2 loc) 175 B
import { ILoadOptionsFunctions, INodePropertyOptions } from 'n8n-workflow'; export declare function getChannels(this: ILoadOptionsFunctions): Promise<INodePropertyOptions[]>;