Skip to Content

IConfigDeleteOptions

Options for deleting a config value.

Defined in: src/modules/config/interface/delete-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

namestring

The name of the configuration

sectionstring

The section for the configuration

Last updated on