Dependency Entry Interface

interface IDependency {
    dependency: unknown;
    deprecated?: boolean;
}

Properties

dependency: unknown

The dependency itself

deprecated?: boolean

If true, the dependency is deprecated => a warning is logged when the dependency is resolved