Files
plexjs/docs/sdk/models/operations/smart.md

18 lines
270 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.One;
```
## Values
| Name | Value |
| ------ | ------ |
| `Zero` | 0 |
| `One` | 1 |