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