interface Dependency
| Language | Type name | 
|---|---|
|  .NET | Constructs.Dependency | 
|  Java | software.constructs.Dependency | 
|  Python | constructs.Dependency | 
|  TypeScript (source) | constructs»Dependency | 
A single dependency.
Properties
| Name | Type | Description | 
|---|---|---|
| source | IConstruct | Source the dependency. | 
| target | IConstruct | Target of the dependency. | 
source
Type:
IConstruct
Source the dependency.
target
Type:
IConstruct
Target of the dependency.
