MCPcopy Index your code
hub / github.com/anomalyco/opencode-bench / WorkflowInput

Interface WorkflowInput

scripts/sync-workflow-inputs.ts:14–18  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12import YAML from "yaml";
13
14interface WorkflowInput {
15 description: string;
16 type: string;
17 default: boolean;
18}
19
20interface WorkflowInputs {
21 [key: string]: WorkflowInput;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected