UNPKG

@sap-ux/i18n

Version:
10 lines 347 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.FileFormat = void 0; var FileFormat; (function (FileFormat) { FileFormat["properties"] = "properties"; FileFormat["csv"] = "csv"; FileFormat["json"] = "json"; })(FileFormat || (exports.FileFormat = FileFormat = {})); //# sourceMappingURL=types.js.map