Type alias PluginEventMap

PluginEventMap: {
    plugin_registered: [Plugin];
}

Type declaration