UNPKG

@bitmovin/api-sdk

Version:

Bitmovin JS/TS API SDK

16 lines (15 loc) 430 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.ConditionType = void 0; /** * Type of the condition * @export * @enum {string} */ var ConditionType; (function (ConditionType) { ConditionType["CONDITION"] = "CONDITION"; ConditionType["AND"] = "AND"; ConditionType["OR"] = "OR"; })(ConditionType || (exports.ConditionType = ConditionType = {})); exports.default = ConditionType;