Interfaces
Interface: WritePage
Write page response (includes more fields than read Page)
Write page response (includes more fields than read Page)
Properties
| Property | Type |
|---|---|
createdAt | string |
draftContent? | Record<string, unknown> |
id | string |
name | string |
pageTypeId | string |
publishedAt? | string |
publishedContent? | Record<string, unknown> |
seo? | SeoMetadata |
slug | string |
status | string |
updatedAt | string |
version | number |

