| 65 | type ParsedFrontMatterValue = string | number | boolean | string[]; |
| 66 | |
| 67 | export class MissionWorkflowError extends Error { |
| 68 | readonly workflowPath: string | null; |
| 69 | readonly issues: string[]; |
| 70 |
nothing calls this directly
no outgoing calls
no test coverage detected