ConfigDiscoveryResult
Discriminated result of config discovery.
- Import:
@kjanat/dreamcli - Export kind: type
- Declared in:
src/core/config/index.ts - Source link:
packages/dreamcli/src/core/config/index.ts:95
Signatures
ts
type ConfigDiscoveryResult = ConfigFound | ConfigNotFound;