durable-functions
Version:
Durable Functions library for Node.js Azure Functions
11 lines • 497 B
JavaScript
Object.defineProperty(exports, "__esModule", { value: true });
exports.LatestReplaySchema = exports.ReplaySchema = void 0;
var ReplaySchema;
(function (ReplaySchema) {
ReplaySchema[ReplaySchema["V1"] = 0] = "V1";
ReplaySchema[ReplaySchema["V2"] = 1] = "V2";
ReplaySchema[ReplaySchema["V3"] = 2] = "V3";
})(ReplaySchema = exports.ReplaySchema || (exports.ReplaySchema = {}));
exports.LatestReplaySchema = ReplaySchema.V3;
//# sourceMappingURL=ReplaySchema.js.map
;