mirror of
https://github.com/LukeHagar/Prowlarr-TS-SDK.git
synced 2025-12-06 04:21:03 +00:00
744 B
744 B
SelectOption
Example Usage
import { SelectOption } from "prowlarr/models";
let value: SelectOption = {};
Fields
| Field | Type | Required | Description |
|---|---|---|---|
value |
number | ➖ | N/A |
name |
string | ➖ | N/A |
order |
number | ➖ | N/A |
hint |
string | ➖ | N/A |
parentValue |
number | ➖ | N/A |