TUses is the module's ambient set — see DefineModuleOptions.uses.
It is merged into commands, hosted services, watchers, views and raw
registrations, so callbacks that share a few services declare them once.
services is deliberately not ambient: a service's dependencies are the
architecture, preflight validates them as a graph, and an ambient entry could
both hide a dependency and make a service depend on itself.
The builder handed to a defineModule callback.
TUsesis the module's ambient set — see DefineModuleOptions.uses. It is merged into commands, hosted services, watchers, views and raw registrations, so callbacks that share a few services declare them once.servicesis deliberately not ambient: a service's dependencies are the architecture, preflight validates them as a graph, and an ambient entry could both hide a dependency and make a service depend on itself.