# Shared types (canonical source)

Type definitions in this folder are the single source of truth for Web and related packages.

- **Browser (`packages/browser`)** — run `yarn shared:symlink` (dev) or `yarn shared:copy` (CI/publish) from the browser package so `src/shared` mirrors `packages/shared/src`.
- **Do not** maintain divergent copies of these files under `packages/browser/src/shared/types`; edit here and re-sync the browser package.
