UNPKG

@redocly/respect-core

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