@rxap/n8n-nodes-tar
Version:
7 lines (6 loc) • 310 B
TypeScript
import { INodeType, INodeTypeDescription } from 'n8n-workflow';
import { IExecuteFunctions, INodeExecutionData } from 'n8n-workflow/dist/Interfaces';
export declare class Tar implements INodeType {
description: INodeTypeDescription;
execute(this: IExecuteFunctions): Promise<INodeExecutionData[][]>;
}