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

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