Interface ISerializableModuleDependencyItemWithInfo

A serizable version of an IModuleDependencyItem.

interface ISerializableModuleDependencyItemWithInfo {
    existsIn: Nullable<IStackInfo>;
    info: IDependencyInformation;
    name: string;
    type: "module";
}

Hierarchy (view full)

Properties

Properties

existsIn: Nullable<IStackInfo>

Information about the origin.

The underlying information.

name: string

The name/path of the module.

type: "module"

The type.

Generated using TypeDoc