mirror of
https://github.com/LukeHagar/plexjs.git
synced 2025-12-09 12:37:46 +00:00
18 lines
187 B
Markdown
18 lines
187 B
Markdown
# LibrarySectionID
|
|
|
|
|
|
## Supported Types
|
|
|
|
### `number`
|
|
|
|
```typescript
|
|
const value: number = /* values here */
|
|
```
|
|
|
|
### `string`
|
|
|
|
```typescript
|
|
const value: string = /* values here */
|
|
```
|
|
|