Type alias GetRecentlyActiveTorrentsConfig

GetRecentlyActiveTorrentsConfig: {
    fields?: (keyof typeof TorrentField)[];
}

The configuration options for when retrieving recently active torrents

You can specify the fields to retrieve by setting the fields option.

Type declaration

  • Optional fields?: (keyof typeof TorrentField)[]

    The fields to retrieve for each active torrent

Generated using TypeDoc