# BoolInt ## Example Usage ```typescript import { BoolInt } from "@lukehagar/plexjs/models/shared"; let value: BoolInt = BoolInt.True; ``` ## Values | Name | Value | | ------- | ------- | | `False` | 0 | | `True` | 1 |