UNPKG

n8n

Version:

n8n Workflow Automation Tool

7 lines (6 loc) 159 B
import { WithStringId } from './AbstractEntity'; export declare class Variables extends WithStringId { key: string; type: string; value: string; }