mirror of
https://github.com/LukeHagar/Prowlarr-TS-SDK.git
synced 2025-12-07 20:57:44 +00:00
18 lines
1.5 KiB
Markdown
18 lines
1.5 KiB
Markdown
# IndexerCategory
|
|
|
|
## Example Usage
|
|
|
|
```typescript
|
|
import { IndexerCategory } from "prowlarr/models";
|
|
|
|
let value: IndexerCategory = {};
|
|
```
|
|
|
|
## Fields
|
|
|
|
| Field | Type | Required | Description |
|
|
| -------------------------------------------------------- | -------------------------------------------------------- | -------------------------------------------------------- | -------------------------------------------------------- |
|
|
| `id` | *number* | :heavy_minus_sign: | N/A |
|
|
| `name` | *string* | :heavy_minus_sign: | N/A |
|
|
| `description` | *string* | :heavy_minus_sign: | N/A |
|
|
| `subCategories` | [models.IndexerCategory](../models/indexercategory.md)[] | :heavy_minus_sign: | N/A | |