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:
18
docs/models/indexercategory.md
Normal file
18
docs/models/indexercategory.md
Normal file
@@ -0,0 +1,18 @@
|
||||
# IndexerCategory
|
||||
|
||||
## Example Usage
|
||||
|
||||
```typescript
|
||||
import { IndexerCategory } from "prowlarr";
|
||||
|
||||
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 |
|
||||
Reference in New Issue
Block a user