# Interface: ProjectGraphProjectNode A node describing a project in a workspace ## Table of contents ### Properties - [data](/reference/core-api/devkit/documents/ProjectGraphProjectNode#data): ProjectConfiguration & Object - [name](/reference/core-api/devkit/documents/ProjectGraphProjectNode#name): string - [type](/reference/core-api/devkit/documents/ProjectGraphProjectNode#type): "lib" | "app" | "e2e" ## Properties ### data • **data**: [`ProjectConfiguration`](/reference/core-api/devkit/documents/ProjectConfiguration) & \{ `description?`: `string` } Additional metadata about a project --- ### name • **name**: `string` --- ### type • **type**: `"lib"` \| `"app"` \| `"e2e"`