3 lines
154 B
TypeScript
3 lines
154 B
TypeScript
|
|
import { IExecuteFunctions, NodeOutput } from 'n8n-workflow';
|
||
|
|
export declare function protectWithHotFolder(this: IExecuteFunctions): Promise<NodeOutput>;
|