Files
BOS-React-/backend/node_modules/mongoose/lib/modifiedPathsSnapshot.js
2025-02-10 14:24:56 +05:30

10 lines
229 B
JavaScript

'use strict';
module.exports = class ModifiedPathsSnapshot {
constructor(subdocSnapshot, activePaths, version) {
this.subdocSnapshot = subdocSnapshot;
this.activePaths = activePaths;
this.version = version;
}
};