IVersion

Interface

The version of the entity. This contains the metadata about the version and the versioned data itself.

Extends

Properties

Property Type Notes
data Record<stringany>

The versioned data

created Inherited number

The created timestamp

creator Inherited string

The username of the creator

id Inherited string

The id of the version

path Inherited string

The full path to the version

updated Inherited number

The updated timestamp

access Optional Inherited string

The access level of the version resource

description Optional Inherited string

The description of the version

name Optional Inherited string

The name of the version

parent Optional Inherited string

The parent version id

size Optional Inherited number

The size of the version resource


Interface defined in common/src/versioning/types/IVersion.ts:8