@prismicio/types-internal
Version:
Prismic types for Custom Types and Prismic Data
10 lines (9 loc) • 353 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.DiffOperation = void 0;
var DiffOperation;
(function (DiffOperation) {
DiffOperation["Added"] = "added";
DiffOperation["Removed"] = "removed";
DiffOperation["Updated"] = "updated";
})(DiffOperation = exports.DiffOperation || (exports.DiffOperation = {}));