mirror of
https://github.com/LukeHagar/Prowlarr-TS-SDK.git
synced 2025-12-06 04:21:03 +00:00
16 lines
516 B
Markdown
16 lines
516 B
Markdown
# DownloadClientCategory
|
|
|
|
## Example Usage
|
|
|
|
```typescript
|
|
import { DownloadClientCategory } from "prowlarr/models";
|
|
|
|
let value: DownloadClientCategory = {};
|
|
```
|
|
|
|
## Fields
|
|
|
|
| Field | Type | Required | Description |
|
|
| ------------------ | ------------------ | ------------------ | ------------------ |
|
|
| `clientCategory` | *string* | :heavy_minus_sign: | N/A |
|
|
| `categories` | *number*[] | :heavy_minus_sign: | N/A | |