Skip to content

Interface: PluginDependency

Plugin dependency definition

Since

v0.27.0

Signature

ts
export interface PluginDependency

Properties

NameTypeDescription
idstringDependency plugin id
optional (optional)booleanOptional dependency flag. If true, the plugin will not throw an error if the dependency is not found

Released under the MIT License.