UNPKG

@atomist/sdm

Version:

Atomist Software Delivery Machine SDK

13 lines 372 B
import { Goal } from "../goal/Goal"; import { Goals } from "../goal/Goals"; /** * Type used in constructing goals */ export declare type GoalComponent = Goal | Goal[] | Goals; /** * Convert a GoalComponent to Goals * @param {GoalComponent} gc * @return {Goals} */ export declare function toGoals(gc: GoalComponent): Goals; //# sourceMappingURL=GoalComponent.d.ts.map