interface WatchContext {
    id: string;
    ownerExternalId?: string;
    type: WatchContextType;
}

Properties

id: string

Identifier of the playlist, season, or watchlist.

ownerExternalId?: string

Required if using WatchContextType.WATCHLIST.

External ID of the owner of the watchlist.

Type of the watch context.