# CreateFlowDto

**Kind:** Class

**Source:** [`atloria-monorepo/apps/api/src/capture/dto/create-flow.dto.ts`](https://github.com/sherkety/atloria/blob/main/atloria-monorepo/apps/api/src/capture/dto/create-flow.dto.ts#L106)

## Properties

| Property | Type |
|---|---|
| `name` | `string` |
| `startUrl` | `string` |
| `steps` | `CapturedStepDto[]` |
