UNPKG

n8n

Version:

n8n Workflow Automation Tool

8 lines (7 loc) 226 B
import type { SecretsProviderSettings } from '../../../interfaces'; export type AzureKeyVaultContext = SecretsProviderSettings<{ vaultName: string; tenantId: string; clientId: string; clientSecret: string; }>;