mirror of
https://github.com/LukeHagar/plexjs.git
synced 2025-12-09 12:37:46 +00:00
25 lines
341 B
Markdown
25 lines
341 B
Markdown
# LibrarySectionID
|
|
|
|
## Example Usage
|
|
|
|
```typescript
|
|
import { LibrarySectionID } from "@lukehagar/plexjs/sdk/models/operations";
|
|
|
|
let value: LibrarySectionID = "<value>";
|
|
```
|
|
|
|
## Supported Types
|
|
|
|
### `number`
|
|
|
|
```typescript
|
|
const value: number = /* values here */
|
|
```
|
|
|
|
### `string`
|
|
|
|
```typescript
|
|
const value: string = /* values here */
|
|
```
|
|
|