UNPKG

@calvear/azure-key-vault

Version:

Wrapper for @azure/keyvault-secrets for ease secrets handler in JSON files.

12 lines 288 B
export interface AzureKeyVaultConfig { project: string; group?: string; env?: string; sharedGroup?: string; } export interface AzureKeyVaultCredentials { clientId: string; clientSecret: string; tenantId: string; } //# sourceMappingURL=config.interface.d.ts.map