(
pluginModel: IPublicTypePlugin,
options?: Record<string, PluginOptionsType>,
registerOptions?: IPublicTypePluginRegisterOptions,
)
| 19 | [key: string]: any; |
| 20 | |
| 21 | register( |
| 22 | pluginModel: IPublicTypePlugin, |
| 23 | options?: Record<string, PluginOptionsType>, |
| 24 | registerOptions?: IPublicTypePluginRegisterOptions, |
no outgoing calls
no test coverage detected