UNPKG

@poli-digital/n8n-nodes-poli

Version:
8 lines (7 loc) 388 B
import { IExecuteFunctions, INodeType, INodeTypeDescription, INodeProperties } from 'n8n-workflow'; export declare const getChannelFields: INodeProperties[]; export declare function executeGetChannel(this: IExecuteFunctions): Promise<any>; export declare class GetChannel implements INodeType { description: INodeTypeDescription; execute(this: IExecuteFunctions): Promise<any>; }