Interface IClassDependencyItem

A IDependencyItem with information about a class and its dependencies.

interface IClassDependencyItem {
    constructor: Constructor<any>;
    type: "class";
}

Hierarchy (view full)

Properties

Properties

constructor: Constructor<any>

The underlying constructor.

type: "class"

The type

Generated using TypeDoc