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