Interface: CreateNodesResult
Table of contents
Properties
- errors: Error[]
- externalNodes: Record<string, ProjectGraphExternalNode>
- projects: Record<string, Optional<ProjectConfiguration, "root">>
Properties
errors
• Optional
errors: Error
[]
externalNodes
• Optional
externalNodes: Record
<string
, ProjectGraphExternalNode
>
A map of external node name -> external node. External nodes do not have a root, so the key is their name.
projects
• Optional
projects: Record
<string
, Optional
<ProjectConfiguration
, "root"
>>
A map of project root -> project configuration