Interface: ConfigBoundModuleOptions<T>
Defined in: packages/nestjs/src/interfaces/config-bound-module-options.interface.ts:21
Configuration options for ConfigBoundModule. Defines the schema, binds, and behavior for the ConfigBound integration.
Type Parameters
| Type Parameter | Default type |
|---|---|
T extends ConfigSchema | ConfigSchema |