mirror of
https://github.com/LukeHagar/Prowlarr-TS-SDK.git
synced 2025-12-06 12:47:46 +00:00
1.7 KiB
1.7 KiB
IndexerStatsResource
Example Usage
import { IndexerStatsResource } from "prowlarr";
let value: IndexerStatsResource = {};
Fields
| Field | Type | Required | Description |
|---|---|---|---|
id |
number | ➖ | N/A |
indexers |
models.IndexerStatistics[] | ➖ | N/A |
userAgents |
models.UserAgentStatistics[] | ➖ | N/A |
hosts |
models.HostStatistics[] | ➖ | N/A |