UNPKG

@viewdo/dxp-story-cli

Version:

DXP Story Management CLI

9 lines 307 B
"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 = {})); //# sourceMappingURL=FileFormat.js.map