IFileSnapshot Interface
Structure of snapshot on disk, when we store snapshot as single file
Signature
export interface IFileSnapshot
Properties
Property | Type | Description |
---|---|---|
commits | { [key: string]: ITree; } | |
tree | ITree |
Property Details
commits
Signature
commits: {
[key: string]: ITree;
};
Type: { [key: string]: ITree; }
tree
Signature
tree: ITree;
Type: ITree