UNPKG

@n8n-plus/n8n-plus

Version:

n8n Workflow Automation Tool (plus edition)

7 lines (6 loc) 363 B
import type { INodeProperties } from 'n8n-workflow'; export declare const EXTERNAL_SECRETS_DB_KEY = "feature.externalSecrets"; export declare const EXTERNAL_SECRETS_INITIAL_BACKOFF: number; export declare const EXTERNAL_SECRETS_MAX_BACKOFF: number; export declare const EXTERNAL_SECRETS_NAME_REGEX: RegExp; export declare const DOCS_HELP_NOTICE: INodeProperties;