Type alias TypeA<NeedContext>

TypeA<NeedContext>: PluginModuleBase & {
    init: ((context: NeedContext) => void);
}

TypeA are plugins that does not return a PluginContext

Type Parameters

  • NeedContext extends Record<string | symbol, any>

Generated using TypeDoc