"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.RedactMethod = void 0;
var RedactMethod;
(function (RedactMethod) {
RedactMethod["REDACT"] = "redact";
RedactMethod["MASK"] = "mask";
})(RedactMethod = exports.RedactMethod || (exports.RedactMethod = {}));