Interface: CreateNodesResult

Table of contents

Properties

  • externalNodes: Record<string, ProjectGraphExternalNode>
  • projects: Record<string, Optional<ProjectConfiguration, "root">>

Properties

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