"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.FileFormat = void 0;
var FileFormat;
(function (FileFormat) {
FileFormat["YML"] = "yml";
FileFormat["JSON"] = "json";
})(FileFormat || (exports.FileFormat = FileFormat = {}));