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

3 lines
143 B
TypeScript
Raw Normal View History

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