Kind: Interface
Source: atloria-monorepo/packages/types/src/models/flow.ts
Flow model
Properties
| Property | Type |
|---|---|
id | string |
name | string |
description | `string |
projectId | string |
steps | FlowStep[] |
version | number |
createdAt | Date |
updatedAt | Date |
Kind: Interface
Source: atloria-monorepo/packages/types/src/models/flow.ts
Flow model
| Property | Type |
|---|---|
id | string |
name | string |
description | `string |
projectId | string |
steps | FlowStep[] |
version | number |
createdAt | Date |
updatedAt | Date |
Was this page helpful?