flexiblepersistence
Version:
A CQRS and Event Sourcing platform
10 lines • 321 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.Type = void 0;
/* eslint-disable no-unused-vars */
var Type;
(function (Type) {
Type[Type["array"] = 0] = "array";
Type[Type["item"] = 1] = "item";
})(Type = exports.Type || (exports.Type = {}));
//# sourceMappingURL=type.js.map