product_emb / faker /node_modules /mongoose /lib /modifiedPathsSnapshot.js
aakarsh-yadav-tcgls
update more products
d54c8f8
Raw
History Blame Contribute Delete
229 Bytes
'use strict';
module.exports = class ModifiedPathsSnapshot {
constructor(subdocSnapshot, activePaths, version) {
this.subdocSnapshot = subdocSnapshot;
this.activePaths = activePaths;
this.version = version;
}
};