UNPKG

@theoplayer/react-native-engage

Version:
22 lines (19 loc) 583 B
"use strict"; 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