n8n
Version:
n8n Workflow Automation Tool
7 lines (6 loc) • 363 B
TypeScript
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;