# FlowStep

**Kind:** Interface

**Source:** [`atloria-monorepo/packages/types/src/models/flow.ts`](https://github.com/sherkety/atloria/blob/main/atloria-monorepo/packages/types/src/models/flow.ts#L4)

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>` |
