nx/docs/generated/devkit/ProjectGraphDependency.md

34 lines
510 B
Markdown

# Interface: ProjectGraphDependency
A dependency between two projects
## Table of contents
### Properties
- [source](../../devkit/documents/ProjectGraphDependency#source)
- [target](../../devkit/documents/ProjectGraphDependency#target)
- [type](../../devkit/documents/ProjectGraphDependency#type)
## Properties
### source
**source**: `string`
The project importing the other
---
### target
**target**: `string`
The project being imported by the other
---
### type
**type**: `string`