TypesDescription interface

Every exposed complex type, keyed by class name.

Signature:

export interface TypesDescription 

Remarks

This map is process-global and is embedded by reference into every service's description without filtering, so each service advertises every registered type in its process — including types it does not use — and each becomes a generated interface in every client. Because the reference is live, types registered after a service first described itself still show up. Same-named classes collide.

Read this page as plain markdown — no HTML, no navigation. For pasting into an LLM, or for an agent to fetch.