mirror of
https://github.com/LukeHagar/Prowlarr-TS-SDK.git
synced 2025-12-06 04:21:03 +00:00
initial generation
This commit is contained in:
17
docs/models/hoststatistics.md
Normal file
17
docs/models/hoststatistics.md
Normal file
@@ -0,0 +1,17 @@
|
||||
# HostStatistics
|
||||
|
||||
## Example Usage
|
||||
|
||||
```typescript
|
||||
import { HostStatistics } from "prowlarr";
|
||||
|
||||
let value: HostStatistics = {};
|
||||
```
|
||||
|
||||
## Fields
|
||||
|
||||
| Field | Type | Required | Description |
|
||||
| ------------------ | ------------------ | ------------------ | ------------------ |
|
||||
| `host` | *string* | :heavy_minus_sign: | N/A |
|
||||
| `numberOfQueries` | *number* | :heavy_minus_sign: | N/A |
|
||||
| `numberOfGrabs` | *number* | :heavy_minus_sign: | N/A |
|
||||
Reference in New Issue
Block a user