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

18 lines
271 B
Markdown

# Smart
whether the playlist is smart or not
## Example Usage
```typescript
import { Smart } from "@lukehagar/plexjs/sdk/models/operations";
let value: Smart = Smart.Zero;
```
## Values
| Name | Value |
| ------ | ------ |
| `Zero` | 0 |
| `One` | 1 |