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