UNPKG

@bitmovin/api-sdk

Version:

Bitmovin JS/TS API SDK

12 lines (11 loc) 190 B
/** * Type of the condition * @export * @enum {string} */ export declare enum ConditionType { CONDITION = "CONDITION", AND = "AND", OR = "OR" } export default ConditionType;