Interface: IConfiguration<TValues>
Interface: IConfiguration<TValues>
Configuration Interface.
Represents a configuration object that can be used to configure the system.
Param
The blueprint to configure.
Type Parameters
TValues
TValues extends object = any
Properties
afterConfigure?
optional afterConfigure: FunctionalConfiguration<TValues>;
configure?
optional configure: FunctionalConfiguration<TValues>;
