UNPKG

ravendb

Version:
15 lines 418 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.Topology = void 0; class Topology { etag = 0; nodes = null; promotables = null; constructor(etag = 0, nodes = null, promotables = null) { this.etag = etag; this.nodes = nodes || []; this.promotables = promotables || []; } } exports.Topology = Topology; //# sourceMappingURL=Topology.js.map