ISnapshotTreeEx Interface
Signature
export interface ISnapshotTreeEx extends ISnapshotTree
Extends: ISnapshotTree
Properties
Property | Type | Description |
---|---|---|
id | string | |
trees | { [path: string]: ISnapshotTreeEx; } |
Property Details
id
Signature
id: string;
Type: string
trees
Signature
trees: {
[path: string]: ISnapshotTreeEx;
};
Type: { [path: string]: ISnapshotTreeEx; }