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

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 |