Kind: Interface
Source: atloria-monorepo/apps/api/src/docs-repo/outbox.service.ts
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 |
Was this page helpful?