Type alias TypeB_WithStart<NeedContext, PluginContext>
Type
B_
With
Start
<NeedContext, PluginContext>: PluginModuleBase & { init
: ((context
: NeedContext) => [PluginContext]); start
: ((ctx
: StartContextBase) => void | Promise<void>); }
Type Parameters
-
NeedContext extends Record<string | symbol, any>
-
PluginContext extends Record<string | symbol, any>
TypeB are plugins with
PluginContext
but noStartContext
.