Documentation / zerotal / config-reexport / ConfigRegistry
Interface: ConfigRegistry
Defined in: packages/core/src/config/registry.ts:22
Maps each config namespace to its shape. Augment it from any package that owns a
config/<namespace>.ts file. Unaugmented namespaces fall back to the untyped
config(path: string) overload, so dynamic access still compiles.
Properties
app
app:
AppConfigShape
Defined in: packages/core/src/config/registry.ts:23
health
health:
HealthConfigShape
Defined in: packages/core/src/config/registry.ts:24
lock
lock:
LockConfigShape
Defined in: packages/core/src/config/registry.ts:25
logging
logging:
LoggingConfigShape
Defined in: packages/core/src/config/registry.ts:26