BoolProperty: AbstractBaseProperty & {
    type: "BoolProperty";
    value: boolean;
}