ISnapshotTree Interface
Signature
export interface ISnapshotTree
Properties
| Property | Modifiers | Type | Description |
|---|---|---|---|
| blobs | { [path: string]: string; } | ||
| id | optional |
string | |
| trees | { [path: string]: ISnapshotTree; } | ||
| unreferenced | optional |
true |
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