Thin re-export barrel — preserves the legacy
from '../types/visualization.js' import path while the underlying type
definitions live in dedicated bounded-context sub-modules:
./visualization/swot.ts — SWOT analysis structures and strings
./visualization/voting-bloc.ts — Voting blocs and coalition metrics
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/visualization.js'import path 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.