# TicketItem

**Kind:** Interface

**Source:** [`atloria-monorepo/apps/api/src/technical-docs/techdocs-sources.service.ts`](https://github.com/sherkety/atloria/blob/main/atloria-monorepo/apps/api/src/technical-docs/techdocs-sources.service.ts#L15)

A pulled ticket/conversation with the `updatedAt` used to advance a connector's sync cursor.

## Properties

| Property | Type |
|---|---|
| `id` | `string` |
| `subject` | `string` |
| `body` | `string` |
| `updatedAt` | `string` |
