UNPKG

ut-tools

Version:

Build and Release management automation package.

3 lines (2 loc) 207 B
import { ArazzoSpecification, Workflow, Step, Parameter } from '../types/arazzoTypes'; export default function getAllParameters(step: Step, workflow: Workflow, arazzoSpec: ArazzoSpecification): Parameter[];