UNPKG

@mastra/core

Version:
4 lines 530 B
import type { JsonSchema } from '../json-schema-to-zod.js'; import type { WorkflowRegistryIndex, WorkflowValidationInput, WorkflowValidationIssue } from './types.js'; export declare function addWorkflowValidationRepairActions(def: WorkflowValidationInput, index: WorkflowRegistryIndex, issues: WorkflowValidationIssue[], stepOutputs: Map<string, JsonSchema | undefined>, entryInputs: Map<string, JsonSchema | undefined>, finalOutput: JsonSchema | undefined): WorkflowValidationIssue[]; //# sourceMappingURL=repair-actions.d.ts.map