Skip to main content

Interface: GetSpecContextResult

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

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:61

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:63

Advisory warnings encountered during resolution.