mirror of
https://github.com/LukeHagar/plexjs.git
synced 2025-12-07 12:37:45 +00:00
16 lines
225 B
Markdown
16 lines
225 B
Markdown
# One
|
|
|
|
## Example Usage
|
|
|
|
```typescript
|
|
import { One } from "@lukehagar/plexjs/sdk/models/operations";
|
|
|
|
let value: One = One.Zero;
|
|
```
|
|
|
|
## Values
|
|
|
|
| Name | Value |
|
|
| ------ | ------ |
|
|
| `Zero` | 0 |
|
|
| `One` | 1 | |