File: //usr/local/lib/node_modules/firebase-tools/lib/firestore/options.js
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.EncryptionType = void 0;
var EncryptionType;
(function (EncryptionType) {
EncryptionType["CUSTOMER_MANAGED_ENCRYPTION"] = "CUSTOMER_MANAGED_ENCRYPTION";
EncryptionType["USE_SOURCE_ENCRYPTION"] = "USE_SOURCE_ENCRYPTION";
EncryptionType["GOOGLE_DEFAULT_ENCRYPTION"] = "GOOGLE_DEFAULT_ENCRYPTION";
})(EncryptionType = exports.EncryptionType || (exports.EncryptionType = {}));