import { ProcessRequirement } from "./ProcessRequirement"; /** * Indicates that the workflow platform must support the `scatter` and * `scatterMethod` fields of [WorkflowStep](#WorkflowStep). * */ export interface ScatterFeatureRequirement extends ProcessRequirement { }