Kind: Interface
Source: atloria-monorepo/libs/site-gen-core/src/assembler/types.ts
A user workflow (step-by-step journey through the product).
Properties
| Property | Type |
|---|---|
id | string |
name | string |
description | string |
steps | Array<{ order: number; action: string; component?: string }> |
featureIds | string[] |
Was this page helpful?