@theoplayer/react-native-engage
Version:
Engage connector for @theoplayer/react-native
24 lines (23 loc) • 689 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.EntityType = void 0;
let EntityType = exports.EntityType = /*#__PURE__*/function (EntityType) {
EntityType["LiveStream"] = "liveStream";
EntityType["Movie"] = "movie";
EntityType["TvEpisode"] = "tvEpisode";
EntityType["TvSeason"] = "tvSeason";
EntityType["TvShow"] = "tvShow";
EntityType["VideoClip"] = "videoClip";
EntityType["SignIn"] = "signIn";
EntityType["Subscription"] = "subscription";
return EntityType;
}({});
/**
* Entity base type.
*/
/**
* An Entity that can be part of a cluster, "Continuation", "Recommendation" or "Featured".
*/
//# sourceMappingURL=Entity.js.map