UNPKG

n8n

Version:

n8n Workflow Automation Tool

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