UNPKG

@redocly/respect-core

Version:
12 lines 572 B
import type { Workflow, PublicWorkflow, InputSchema } from '../../../types.js'; export declare function getPublicWorkflows({ workflows, inputs, env, }: { workflows: Workflow[]; inputs: Record<string, string>; env: Record<string, string>; }): Record<string, PublicWorkflow>; export declare function mergeWorkflowInputs({ inputs, workflowInputSchema, env, }: { inputs: Record<string, string> | undefined; workflowInputSchema: InputSchema | undefined; env: Record<string, string> | undefined; }): {}; //# sourceMappingURL=set-public-workflows.d.ts.map