import type { AnyBoundary } from '../../boundary/types/utility.type'; import type { GoalModel } from './goal-model.interface'; export type AnyGoal = GoalModel; export type AnyGoalBoundTo = GoalModel< string, Boundary >;