Argument of type '(options: ModuleOptions) => MagentoModuleType' is not assignable to parameter of type 'ModuleInitializer<MagentoModuleType, object>'.
Types of parameters 'options' and 'options' are incompatible.
Type 'object | undefined' is not assignable to type 'ModuleOptions'.
Type 'undefined' is not assignable to type 'ModuleOptions'.ts(2345)