# OutboxEvent

**Kind:** Interface

**Source:** [`atloria-monorepo/apps/api/src/docs-repo/outbox.service.ts`](https://github.com/sherkety/atloria/blob/main/atloria-monorepo/apps/api/src/docs-repo/outbox.service.ts#L16)

One pending DocsOutbox row (the fields the poller/committer needs).

## Properties

| Property | Type |
|---|---|
| `id` | `string` |
| `projectId` | `string` |
| `eventType` | `string` |
| `payload` | `unknown` |
| `attempts` | `number` |
| `createdAt` | `Date` |
