Files
plexjs/docs/sdk/models/operations/librarysectionid.md
2024-09-08 03:06:14 +00:00

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 */
```