Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ITorrentListCache

Represents the torrent list returned by uTorrent when using a cache ID

Hierarchy

  • ITorrentListCache

Index

Properties

cache_id

cache_id: string | number

rss_feeds

rss_feeds: object

Type declaration

  • changed: Array<IRssFeed>
  • removed: Array<number>

rss_filters

rss_filters: object

Type declaration

  • change: Array<IRssFilter>
  • removed: Array<number>

torrents

torrents: object

Type declaration

  • changed: Array<ITorrent>
  • removed: Array<string>

Generated using TypeDoc