UNPKG

@cyberspace-dev/sdk

Version:
10 lines (9 loc) 332 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.StrategyType = void 0; var StrategyType; (function (StrategyType) { StrategyType["PLAY"] = "PLAY"; StrategyType["SERVICE"] = "SERVICE"; StrategyType["STREAM"] = "STREAM"; })(StrategyType || (exports.StrategyType = StrategyType = {}));