mirror of
https://github.com/LukeHagar/plexjs.git
synced 2025-12-06 12:37:46 +00:00
368 B
368 B
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
import { Skip } from "@lukehagar/plexjs/sdk/models/operations";
let value: Skip = Skip.One;
Values
| Name | Value |
|---|---|
Zero |
0 |
One |
1 |