# ChangelogEntryView

**Kind:** Interface

**Source:** [`atloria-monorepo/apps/web/src/lib/api-client.ts`](https://github.com/sherkety/atloria/blob/main/atloria-monorepo/apps/web/src/lib/api-client.ts#L134)

## Properties

| Property | Type |
|---|---|
| `id` | `string` |
| `source` | `string` |
| `status` | `'draft' | 'published' | 'discarded'` |
| `title` | `string` |
| `body` | `string` |
| `tags` | `string[]` |
| `windowKey` | `string | null` |
| `aiSummarizedAt` | `string | null` |
| `ownerEditedAt` | `string | null` |
| `publishedAt` | `string | null` |
| `createdAt` | `string` |
| `updatedAt` | `string` |
