interface VersionedEntity {
    body?: BodyBulk;
    id?: string;
    title?: string;
}

Hierarchy

  • Record<string, unknown>
    • VersionedEntity

Properties

Properties

body?: BodyBulk

Contains fields for each representation type requested.

id?: string

ID of the entity.

title?: string

Title of the entity.