PluginStatus
Lifecycle state of a plugin the host knows about
type PluginStatus = 'discovered' | 'disabled' | 'misconfigured' | 'active' | 'failed';
Lifecycle state of a plugin the host knows about
type PluginStatus = 'discovered' | 'disabled' | 'misconfigured' | 'active' | 'failed';