Interfaces
Interface: Page<TContent>
Page object from the public API
Page object from the public API
Type Parameters
| Type Parameter | Default type | Description |
|---|---|---|
TContent | Record<string, unknown> | Type of the page content fields |
Properties
| Property | Type | Description |
|---|---|---|
fields | TContent | Published content fields |
id | string | Unique page ID |
name | string | Display name |
publishedAt | string | Publication timestamp |
seo | SeoMetadata | SEO metadata |
slug | string | URL-friendly slug |
type | string | Page type slug |
updatedAt | string | Last update timestamp |

