import type { GoalModel } from './goal-model.interface'; import type { AnyGoal } from './utility.type'; export type GoalBoundary = Goal extends GoalModel ? Boundary : never;