Skip to Content

IConfigGetListOptions

Options for listing config values.

Defined in: src/modules/config/interface/get-list-options.interface.ts

NameTypeDefault
environmentstring

The environment for the configuration, if not specified, the global-configured environment will be used

eventManagerany

Entity manager for database operations

sectionstring

The section for the configuration

useCacheboolean

Whether or not the configuration should be cached

Last updated on