# StepValidationResult

**Kind:** Interface

**Source:** [`atloria-monorepo/apps/api/src/tours/tours-healing.service.ts`](https://github.com/sherkety/atloria/blob/main/atloria-monorepo/apps/api/src/tours/tours-healing.service.ts#L9)

One healed/missing verdict per step, as returned by the worker.

## Properties

| Property | Type |
|---|---|
| `order` | `number` |
| `found` | `boolean` |
| `via` | `'selector' | 'xpath' | 'healed' | 'none'` |
| `healedSelector` | `string` |
| `healedXpath` | `string` |
| `unreached` | `boolean` |
| `error` | `string` |
