BoolArrayProperty: AbstractBaseProperty & {
    subtype: string;
    type: "BoolArrayProperty";
    values: boolean[];
}