Skip to content
1 min read · 15 words

Type Alias: PlanResult

ts
type PlanResult = StepResult;

Defined in: src/batteries/media/runtime.ts:110

The settled result of executing a whole plan.