mirror of
https://github.com/n8n-io/n8n.git
synced 2025-02-02 07:01:30 -08:00
3 lines
99 B
TypeScript
3 lines
99 B
TypeScript
export const NODE_NAME_PREFIX = 'node-';
|
|
export const PLACEHOLDER_EMPTY_WORKFLOW_ID = '__EMPTY__';
|