@solinker/nodes-eyprint
Version:
易云打印可使普通打印机具有远程打印,共享打印,自助打印,订单打印,电商平台云打印等联网功能,使用易云打印平台的用户可实时通过网络在线向各种类型的打印机发送打印任务。
7 lines (6 loc) • 446 B
TypeScript
import { type IExecuteFunctions, type INodeExecutionData, type INodeType, type INodeTypeDescription, type NodeExecutionWithMetadata, INodeTypeBaseDescription } from 'n8n-workflow';
export declare class EyprintV1 implements INodeType {
description: INodeTypeDescription;
constructor(baseDescription: INodeTypeBaseDescription);
execute(this: IExecuteFunctions): Promise<INodeExecutionData[][] | NodeExecutionWithMetadata[][] | null>;
}