Closed rpanic closed 11 months ago
ConfigurationReceivers have to provide {} instead of void as a type argument for the module-decorators to accept the class.
{}
void
Ideally we want to be able to provide something like void or undefined for Modules that don't want to receive a configuration
ConfigurationReceivers have to provide
{}
instead ofvoid
as a type argument for the module-decorators to accept the class.Ideally we want to be able to provide something like void or undefined for Modules that don't want to receive a configuration