Files
plexjs/docs/models/shared/boolint.md

241 B

BoolInt

Example Usage

import { BoolInt } from "@lukehagar/plexjs/models/shared";

let value: BoolInt = BoolInt.True;

Values

Name Value
False 0
True 1