ValidateStartResult
ValidateStartResult = {
ok:true;plan:ResolvedPlan; } | {error:SessionError;ok:false; }
Defined in: console-sdk/src/session/plan.ts:147
The result of validateStartInput: the ResolvedPlan the console would run, or the SessionError explaining why the input is invalid.