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