n8n
Version:
n8n Workflow Automation Tool
7 lines (6 loc) • 371 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_REFRESH_TIMEOUT_MS = 20000;
export declare const DOCS_HELP_NOTICE: INodeProperties;