Kind: Interface
Source: atloria-monorepo/packages/doc-automation/src/v2/types/common.types.ts
EntityDependencyGraph - Tracks what code depends on what
Used to ensure we don't just extract a form, but also its validation schema, services, and state management.
Properties
| Property | Type |
|---|---|
nodes | Map<string, EntityNode> |
edges | DependencyEdge[] |
Was this page helpful?