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

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 |