UNPKG

@5stones/onix

Version:

A strongly typed library for parsing ONIX feeds.

11 lines 440 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.ContentSourceType = void 0; var ContentSourceType; (function (ContentSourceType) { ContentSourceType["_01"] = "01"; ContentSourceType["_02"] = "02"; ContentSourceType["_03"] = "03"; ContentSourceType["_04"] = "04"; })(ContentSourceType || (exports.ContentSourceType = ContentSourceType = {})); //# sourceMappingURL=ContentSourceType.js.map