Type alias TypeB<NeedContext, PluginContext>
TypeB
<NeedContext, PluginContext>: PluginModuleBase & { init
: ((context
: NeedContext) => [PluginContext]); }
Type Parameters
-
NeedContext extends Record<string | symbol, any>
-
PluginContext extends Record<string | symbol, any>
TypeB are plugins with
PluginContext
but noStartContext
.