Storage of dependencies.

interface IDependency {
    id: string;
    name: string;
}

Properties

Properties

id: string

Dependency item id for templatization.

name: string

Dependency service name for name mapping. This is used to find appropriate source service name for views.