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:
16
docs/models/downloadclientcategory.md
Normal file
16
docs/models/downloadclientcategory.md
Normal file
@@ -0,0 +1,16 @@
|
||||
# DownloadClientCategory
|
||||
|
||||
## Example Usage
|
||||
|
||||
```typescript
|
||||
import { DownloadClientCategory } from "prowlarr";
|
||||
|
||||
let value: DownloadClientCategory = {};
|
||||
```
|
||||
|
||||
## Fields
|
||||
|
||||
| Field | Type | Required | Description |
|
||||
| ------------------ | ------------------ | ------------------ | ------------------ |
|
||||
| `clientCategory` | *string* | :heavy_minus_sign: | N/A |
|
||||
| `categories` | *number*[] | :heavy_minus_sign: | N/A |
|
||||
Reference in New Issue
Block a user