< Summary - Envilder Core (TypeScript)

Information
Class: src/envilder/core/domain/MapFileConfig.ts
Assembly: Default
File(s): src/envilder/core/domain/MapFileConfig.ts
Tag: 151_24479375065
Line coverage
N/A
Covered lines: 0
Uncovered lines: 0
Coverable lines: 0
Total lines: 10
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/envilder/core/domain/MapFileConfig.ts

#LineLine coverage
 1export type MapFileConfig = {
 2  provider?: string;
 3  vaultUrl?: string;
 4  profile?: string;
 5};
 6
 7export type ParsedMapFile = {
 8  config: MapFileConfig;
 9  mappings: Record<string, string>;
 10};

Methods/Properties