Skip to main content
zerotal

Documentation


Documentation / @zerotal/core / config / ConfigRegistry

Interface: ConfigRegistry

Defined in: 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: config/registry.ts:23


health

health: HealthConfigShape

Defined in: config/registry.ts:24


lock

lock: LockConfigShape

Defined in: config/registry.ts:25


logging

logging: LoggingConfigShape

Defined in: config/registry.ts:26