For the complete documentation index, see llms.txt. This page is also available as Markdown.

Page

@venuecms/sdk


Type Alias: Page

type Page = object;

Defined in: packages/sdk/src/client/types.gen.ts:399

Type declaration

Name
Type
Defined in

featuredExpiration?

string | unknown

parent.featuredExpiration?

string | null

parent.imageId?

string | null

parent.linkUrl?

string | null

parent.parentId?

string | null

parent.publishedId?

string | null

parent.publishState

"DRAFT" | "REQUEST" | "PUBLISHED" | "CANCELLED"

parent.recordType

"SOURCE" | "PUBLISHED" | "REVISION"

parent.revisionId?

number | null

parent.source?

string | null

parent.type

"CONTENT" | "NEWS" | "NEWSLIST" | "LINK"

parent.userId?

string | null

type

"CONTENT" | "NEWS" | "NEWSLIST" | "LINK"

Last updated