mirror of
https://github.com/LukeHagar/plexjs.git
synced 2025-12-06 12:37:46 +00:00
18 lines
368 B
Markdown
18 lines
368 B
Markdown
# Skip
|
|
|
|
Indicate that the latest version should be marked as skipped. The [Release] entry for this version will have the `state` set to `skipped`.
|
|
|
|
## Example Usage
|
|
|
|
```typescript
|
|
import { Skip } from "@lukehagar/plexjs/sdk/models/operations";
|
|
|
|
let value: Skip = Skip.One;
|
|
```
|
|
|
|
## Values
|
|
|
|
| Name | Value |
|
|
| ------ | ------ |
|
|
| `Zero` | 0 |
|
|
| `One` | 1 | |