Kind: Interface
Source: atloria-monorepo/libs/parser-core/src/generators/user-journey-diagram.generator.ts
Result of user journey diagram generation
Properties
| Property | Type |
|---|---|
flows | UserJourneyFlow[] |
diagrams | Map<string, string> |
errors | string[] |
warnings | string[] |
stats | `{ |
totalFlows: number; totalNodes: number; totalEdges: number; byFramework: Record<string, number>;
}` |
Was this page helpful?