# StateResolutionHint

**Kind:** Interface

**Source:** [`atloria-monorepo/packages/doc-automation/src/v2/types/screenshot-spec.types.ts`](https://github.com/sherkety/atloria/blob/main/atloria-monorepo/packages/doc-automation/src/v2/types/screenshot-spec.types.ts#L51)

Hints for the state resolver about where/how to find matching records.
Used by the screenshot-worker's StateResolverService to navigate to a
list view, scan the grid, and click into a matching record.

## Properties

| Property | Type |
|---|---|
| `listRoute` | `string` |
| `statusColumnHint` | `string` |
| `statusValue` | `string` |
| `entityType` | `string` |
