Skip to main content

IPluginMethodMap interface

Plugin method map interface

Signature:
export interface IPluginMethodMap extends Record<string, IPluginMethod>
Extends: Record<string, [IPluginMethod](/docs/api/core-types.ipluginmethod)>