Kind: Interface
Source: atloria-monorepo/packages/types/src/models/flow.ts
Flow step in a user flow
Properties
| Property | Type |
|---|---|
id | string |
name | string |
description | string |
entityId | string |
entityType | string |
order | number |
metadata | Record<string, unknown> |
Kind: Interface
Source: atloria-monorepo/packages/types/src/models/flow.ts
Flow step in a user flow
| Property | Type |
|---|---|
id | string |
name | string |
description | string |
entityId | string |
entityType | string |
order | number |
metadata | Record<string, unknown> |
Was this page helpful?