mirror of
https://github.com/LukeHagar/plexpy.git
synced 2025-12-08 04:20:59 +00:00
18 lines
155 B
Markdown
18 lines
155 B
Markdown
# LibrarySectionID
|
|
|
|
|
|
## Supported Types
|
|
|
|
### `int`
|
|
|
|
```python
|
|
value: int = /* values here */
|
|
```
|
|
|
|
### `str`
|
|
|
|
```python
|
|
value: str = /* values here */
|
|
```
|
|
|