Optional
archivedAt
archivedAt?: string
Optional
archivedVersion
archivedVersion?: number
createdAt
createdAt: string
Optional
deletedAt
deletedAt?: string
Optional
deletedVersion
deletedVersion?: number
Optional
fieldStatus
fieldStatus?: {
*: Record<string, "published" | "draft" | "changed">;
}
Optional
firstPublishedAt
firstPublishedAt?: string
Optional
locale
locale?: string
Optional
publishedAt
publishedAt?: string
Optional
publishedBy
publishedBy?: Link<"User"> | Link<"AppDefinition"> Optional
publishedCounter
publishedCounter?: number
Optional
publishedVersion
publishedVersion?: number
updatedAt
updatedAt: string
Deprecated
contentType
only exists on entries. Please refactor to use a type guard to get the correctEntryMetaSysProps
type with this property.