mirror of
https://github.com/n8n-io/n8n.git
synced 2024-12-28 22:19:41 -08: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';
|