UNPKG

@jameslnewell/buildkite-pipelines

Version:
5 lines (4 loc) 120 B
import { StepSchema } from '../schema'; export interface StepBuilder { build(): StepSchema | Promise<StepSchema>; }