proto-kit / framework

Apache License 2.0
28 stars 10 forks source link

Enable ConfigurationReceivers to receive "void" as Type argument #21

Closed rpanic closed 11 months ago

rpanic commented 1 year ago

ConfigurationReceivers have to provide {} instead of void 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