UNPKG

n8n-nodes-edit-image-plus

Version:
11 lines (10 loc) 463 B
import type { IExecuteFunctions, ILoadOptionsFunctions, INodeExecutionData, INodePropertyOptions, INodeType, INodeTypeDescription } from 'n8n-workflow'; export declare class EditImagePlus implements INodeType { description: INodeTypeDescription; methods: { loadOptions: { getFonts(this: ILoadOptionsFunctions): Promise<INodePropertyOptions[]>; }; }; execute(this: IExecuteFunctions): Promise<INodeExecutionData[][]>; }