mirror of
https://github.com/LukeHagar/Prowlarr-TS-SDK.git
synced 2025-12-06 04:21:03 +00:00
1.5 KiB
1.5 KiB
IndexerCategory
Example Usage
import { IndexerCategory } from "prowlarr/models";
let value: IndexerCategory = {};
Fields
| Field | Type | Required | Description |
|---|---|---|---|
id |
number | ➖ | N/A |
name |
string | ➖ | N/A |
description |
string | ➖ | N/A |
subCategories |
models.IndexerCategory[] | ➖ | N/A |