# UserJourneyEdge

**Kind:** Interface

**Source:** [`atloria-monorepo/libs/parser-core/src/interfaces/user-journey.interface.ts`](https://github.com/sherkety/atloria/blob/main/atloria-monorepo/libs/parser-core/src/interfaces/user-journey.interface.ts#L94)

Connection between two nodes in a user journey

## Properties

| Property | Type |
|---|---|
| `id` | `string` |
| `from` | `string` |
| `to` | `string` |
| `label` | `string` |
| `condition` | `string` |
| `isDefault` | `boolean` |
| `metadata` | `Record<string, any>` |
