mirror of
https://github.com/LukeHagar/plexjs.git
synced 2025-12-06 12:37:46 +00:00
18 lines
394 B
Markdown
18 lines
394 B
Markdown
# Tonight
|
|
|
|
Indicate that you want the update to run during the next Butler execution. Omitting this or setting it to false indicates that the update should install
|
|
|
|
## Example Usage
|
|
|
|
```typescript
|
|
import { Tonight } from "@lukehagar/plexjs/sdk/models/operations";
|
|
|
|
let value: Tonight = Tonight.One;
|
|
```
|
|
|
|
## Values
|
|
|
|
| Name | Value |
|
|
| ------ | ------ |
|
|
| `Zero` | 0 |
|
|
| `One` | 1 | |