Skip to main content
Version: v1

IVersion Interface

Represents a version of the snapshot of a data store

Signature

export interface IVersion

Properties

PropertyModifiersTypeDescription
dateoptionalstring
idstring
treeIdstring

Property Details

date

Signature

date?: string;

Type: string

id

Signature

id: string;

Type: string

treeId

Signature

treeId: string;

Type: string