# RecordChangeInput

**Kind:** Interface

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

## Properties

| Property | Type |
|---|---|
| `projectId` | `string` |
| `organizationId` | `string` |
| `createdById` | `string` |
| `source` | `Exclude<ChangelogSource, 'manual'>` |
| `event` | `Omit<ChangelogEvent, 'source' | 'at'>` |
