Interfaces
Interface: WriteCollectionItem
Write collection item response
Write collection item response
Properties
| Property | Type |
|---|---|
collectionTypeId | string |
createdAt | string |
draftContent? | Record<string, unknown> |
id | string |
name | string |
publishedAt? | string |
publishedContent? | Record<string, unknown> |
slug | string |
sortOrder | number |
status | string |
updatedAt | string |
version | number |

