A standard way to define a plugin and which options it needs to work
definePlugin
The options that we'll pass to create the plugin.
Readonly
The schema of how the Options will be created from the user's configuration
It's an object with string keys, and each value is an object of BaseConfigSchema type.
A standard way to define a plugin and which options it needs to work
See
definePlugin