n8n-nodes-seclore/dist/nodes/SecloreProtect/operations/protectWithHotFolder.d.ts

3 lines
154 B
TypeScript
Raw Normal View History

import { IExecuteFunctions, NodeOutput } from 'n8n-workflow';
export declare function protectWithHotFolder(this: IExecuteFunctions): Promise<NodeOutput>;