# PublicChangelogEntry

**Kind:** Interface

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

## Properties

| Property | Type |
|---|---|
| `id` | `string` |
| `title` | `string` |
| `body` | `string` |
| `tags` | `string[]` |
| `source` | `string` |
| `publishedAt` | `Date` |
