UNPKG

372 BTypeScriptView Raw
1import { Goal } from "../goal/Goal";
2import { Goals } from "../goal/Goals";
3/**
4 * Type used in constructing goals
5 */
6export declare type GoalComponent = Goal | Goal[] | Goals;
7/**
8 * Convert a GoalComponent to Goals
9 * @param {GoalComponent} gc
10 * @return {Goals}
11 */
12export declare function toGoals(gc: GoalComponent): Goals;
13//# sourceMappingURL=GoalComponent.d.ts.map
\No newline at end of file