import type { AnyGoal } from '../../goal/types/utility.type'; import type { GOAL_KEY } from '../../utils/constants/symbol-keys.constant'; export interface GoalDefined { readonly [GOAL_KEY]: Goal; }