< Summary - Envilder Node.js SDK

Information
Class: src/sdks/nodejs/src/domain/map-file-config.ts
Assembly: Default
File(s): src/sdks/nodejs/src/domain/map-file-config.ts
Tag: 299_25910610327
Line coverage
N/A
Covered lines: 0
Uncovered lines: 0
Coverable lines: 0
Total lines: 7
Line coverage: N/A
Branch coverage
N/A
Covered branches: 0
Total branches: 0
Branch coverage: N/A
Method coverage

Feature is only available for sponsors

Upgrade to PRO version

File(s)

src/sdks/nodejs/src/domain/map-file-config.ts

#LineLine coverage
 1import type { SecretProviderType } from './secret-provider-type.js';
 2
 3export interface MapFileConfig {
 4  readonly provider?: SecretProviderType;
 5  readonly vaultUrl?: string;
 6  readonly profile?: string;
 7}

Methods/Properties