Kind: Interface
Source: atloria-monorepo/apps/api/src/changelog/changelog.types.ts
Properties
| Property | Type |
|---|---|
projectId | string |
organizationId | string |
createdById | string |
source | Exclude<ChangelogSource, 'manual'> |
event | `Omit<ChangelogEvent, 'source' |
Kind: Interface
Source: atloria-monorepo/apps/api/src/changelog/changelog.types.ts
| Property | Type |
|---|---|
projectId | string |
organizationId | string |
createdById | string |
source | Exclude<ChangelogSource, 'manual'> |
event | `Omit<ChangelogEvent, 'source' |
Was this page helpful?