Page

@venuecms/sdk


Type Alias: Page

type Page = object;

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

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