Type Alias DataOutPluginRemoved

PluginManager 'remove' return object format.

type DataOutPluginRemoved = {
    errors: Error[];
    plugin: string;
    success: boolean;
}
Index

Properties

Properties

errors: Error[]

A list of errors that may have been thrown during removal.

plugin: string

The plugin name.

success: boolean

The success state for removal.