Thin re-export barrel — preserves the legacy
from '../types/common.js' import path used by constants/ and
a small number of script-side files while the underlying type
definitions live in dedicated bounded-context sub-modules:
Consumers SHOULD import from ../types/index.js instead — this file
exists for backwards compatibility only and may be removed in a
follow-up refactor once all direct importers are migrated.
Description
Thin re-export barrel — preserves the legacy
from '../types/common.js'import path used byconstants/and a small number of script-side files while the underlying type definitions live in dedicated bounded-context sub-modules:Consumers SHOULD import from
../types/index.jsinstead — this file exists for backwards compatibility only and may be removed in a follow-up refactor once all direct importers are migrated.