UNPKG

n8n

Version:

n8n Workflow Automation Tool

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