Interface: UpdateSpecDepsResult
Defined in: packages/core/src/application/use-cases/update-spec-deps.ts:19
Result returned by a successful UpdateSpecDeps execution.
Properties
dependsOn
readonlydependsOn: readonlystring[]
Defined in: packages/core/src/application/use-cases/update-spec-deps.ts:23
The resulting dependency list after the update.
specId
readonlyspecId:string
Defined in: packages/core/src/application/use-cases/update-spec-deps.ts:21
The spec ID whose dependencies were updated.