Page

@venuecms/sdk-next


Type Alias: Page

type Page = object;

Defined in: sdk/dist/index.d.mts:209arrow-up-right

Type declaration

Name
Type
Defined in

featuredExpiration?

string | null

parent.featuredExpiration?

string | null

parent.imageId?

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.userId?

string | null

Last updated