UNPKG

n8n-nodes-variables

Version:

n8n community node for managing typed global variables accessible from any workflow stage - like programming language variables with strong typing support

4 lines (3 loc) 164 B
import { INodeProperties } from 'n8n-workflow'; export declare const httpVerbOperations: INodeProperties[]; export declare const httpVerbFields: INodeProperties[];