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

Type declaration

  • id: string

    Identifier of the playlist, season, or watchlist.

  • Optional ownerExternalId?: string

    Required if using WatchContextType.WATCHLIST.

    External ID of the owner of the watchlist.

  • type: WatchContextType

    Type of the watch context.