SourcesOf
Provenance of every input of one surface, keyed by input name.
An input that resolved no value has no record, so every member is optional in value even though the key set is the surface's own.
- Import:
@kjanat/dreamcli - Export kind: type
- Declared in:
src/core/schema/provenance.ts - Source link:
src/core/schema/provenance.ts:47
Signatures
ts
type SourcesOf<T> = { + [K in keyof T]: ResolutionProvenance | undefined };