Skip to main content

Interface: GetSpecContextResult

Defined in: packages/core/src/application/use-cases/get-spec-context.ts:53

Result returned by the GetSpecContext use case.

Properties

entries

readonly entries: readonly SpecContextEntry[]

Defined in: packages/core/src/application/use-cases/get-spec-context.ts:55

Resolved context entries for the spec and its dependencies.


warnings

readonly warnings: readonly ContextWarning[]

Defined in: packages/core/src/application/use-cases/get-spec-context.ts:57

Advisory warnings encountered during resolution.