import type { AnyBoundary } from '../../boundary/types/utility.type'; import type { BOUNDARY_KEY } from '../../utils/constants/symbol-keys.constant'; export interface BoundaryDefined { readonly [BOUNDARY_KEY]: Boundary; }