mirror of
https://github.com/LukeHagar/plexjs.git
synced 2025-12-06 04:20:46 +00:00
16 lines
241 B
Markdown
16 lines
241 B
Markdown
# BoolInt
|
|
|
|
## Example Usage
|
|
|
|
```typescript
|
|
import { BoolInt } from "@lukehagar/plexjs/models/shared";
|
|
|
|
let value: BoolInt = BoolInt.True;
|
|
```
|
|
|
|
## Values
|
|
|
|
| Name | Value |
|
|
| ------- | ------- |
|
|
| `False` | 0 |
|
|
| `True` | 1 | |