Skip to content

Type Alias: PipelineResult

ts
type PipelineResult = Record<string, DomainState> & object;

Type Declaration

_errors?

ts
optional _errors?: PipelineError[];

Type Parameters

Released under the ISC License.