Files
Prowlarr-TS-SDK/docs/models/indexercategoryinput.md
2025-05-16 17:01:58 -05:00

17 lines
589 B
Markdown

# IndexerCategoryInput
## Example Usage
```typescript
import { IndexerCategoryInput } from "prowlarr";
let value: IndexerCategoryInput = {};
```
## 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 |