@bitmovin/api-sdk
Version:
Bitmovin JS/TS API SDK
13 lines (12 loc) • 307 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.IgnoredBy = void 0;
/**
* @export
* @enum {string}
*/
var IgnoredBy;
(function (IgnoredBy) {
IgnoredBy["CONDITION"] = "CONDITION";
})(IgnoredBy || (exports.IgnoredBy = IgnoredBy = {}));
exports.default = IgnoredBy;