@theoplayer/react-native-engage
Version:
Engage connector for @theoplayer/react-native
22 lines (19 loc) • 583 B
JavaScript
;
export let 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