IVersion Interface
Represents a version of the snapshot of a data store
Signature
export interface IVersion
Properties
| Property | Modifiers | Type | Description |
|---|---|---|---|
| date | optional |
string | |
| id | string | ||
| treeId | string |
Property Details
date
Signature
date?: string;
Type: string
id
Signature
id: string;
Type: string
treeId
Signature
treeId: string;
Type: string