# TargetableExperience

**Kind:** Interface

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

The minimal shape rule evaluation needs — real rows satisfy this.

## Properties

| Property | Type |
|---|---|
| `id` | `string` |
| `status` | `string` |
| `priority` | `number | null` |
| `targeting` | `TourTargeting | null` |
| `createdAt` | `Date | string` |
