@redocly/respect-core
Version:
API testing framework core
7 lines • 323 B
TypeScript
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