UNPKG

@bitmovin/api-sdk

Version:

Bitmovin JS/TS API SDK

13 lines (12 loc) 307 B
"use strict"; 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;