# Flow

**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#L17)

Flow model

## Properties

| Property | Type |
|---|---|
| `id` | `string` |
| `name` | `string` |
| `description` | `string | null` |
| `projectId` | `string` |
| `steps` | `FlowStep[]` |
| `version` | `number` |
| `createdAt` | `Date` |
| `updatedAt` | `Date` |
