Type alias GetRecentlyActiveTorrentsOutput

GetRecentlyActiveTorrentsOutput: {
    removed: number[] | undefined;
    torrents: Torrent[];
}

The output of the listTorrents function when the ids option is set to 'recently-active'

Type declaration

  • removed: number[] | undefined
  • torrents: Torrent[]

Generated using TypeDoc