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:
19
docs/models/selectoption.md
Normal file
19
docs/models/selectoption.md
Normal file
@@ -0,0 +1,19 @@
|
||||
# SelectOption
|
||||
|
||||
## Example Usage
|
||||
|
||||
```typescript
|
||||
import { SelectOption } from "prowlarr";
|
||||
|
||||
let value: SelectOption = {};
|
||||
```
|
||||
|
||||
## Fields
|
||||
|
||||
| Field | Type | Required | Description |
|
||||
| ------------------ | ------------------ | ------------------ | ------------------ |
|
||||
| `value` | *number* | :heavy_minus_sign: | N/A |
|
||||
| `name` | *string* | :heavy_minus_sign: | N/A |
|
||||
| `order` | *number* | :heavy_minus_sign: | N/A |
|
||||
| `hint` | *string* | :heavy_minus_sign: | N/A |
|
||||
| `parentValue` | *number* | :heavy_minus_sign: | N/A |
|
||||
Reference in New Issue
Block a user