Bases: TypedDict
Maps the named spec file paths table in 'dist.yml' configuration.
Source code in src\utils\build.py
| class DistConfigSpec(TypedDict):
"""Maps the named spec file paths table in 'dist.yml' configuration."""
release: list[str]
console: list[str]
|