Skip to main content
Version: v1

ISnapshotTree Interface

Signature

export interface ISnapshotTree

Properties

PropertyModifiersTypeDescription
blobs{ [path: string]: string; }
idoptionalstring
trees{ [path: string]: ISnapshotTree; }
unreferencedoptionaltrue

Property Details

blobs

Signature

blobs: {
[path: string]: string;
};

Type: { [path: string]: string; }

id

Signature

id?: string;

Type: string

trees

Signature

trees: {
[path: string]: ISnapshotTree;
};

Type: { [path: string]: ISnapshotTree; }

unreferenced

Signature

unreferenced?: true;

Type: true