mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2026-07-31 17:17:23 +02:00
4 lines
162 B
TypeScript
4 lines
162 B
TypeScript
/* eslint-disable @typescript-eslint/naming-convention */
|
|
export const BINARY_ENCODING = 'base64';
|
|
export const WAIT_TIME_UNLIMITED = '3000-01-01T00:00:00.000Z';
|