Skip to main content

Interface: UpdateSpecDepsResult

Defined in: packages/core/src/application/use-cases/update-spec-deps.ts:19

Result returned by a successful UpdateSpecDeps execution.

Properties

dependsOn

readonly dependsOn: readonly string[]

Defined in: packages/core/src/application/use-cases/update-spec-deps.ts:23

The resulting dependency list after the update.


specId

readonly specId: string

Defined in: packages/core/src/application/use-cases/update-spec-deps.ts:21

The spec ID whose dependencies were updated.