Type alias TypeB<NeedContext, PluginContext>

TypeB<NeedContext, PluginContext>: PluginModuleBase & {
    init: ((context: NeedContext) => [PluginContext]);
}

TypeB are plugins with PluginContext but no StartContext.

Type Parameters

  • NeedContext extends Record<string | symbol, any>

  • PluginContext extends Record<string | symbol, any>

Generated using TypeDoc