Int32ArrayProperty: AbstractBaseProperty & {
    subtype: string;
    type: "Int32ArrayProperty";
    values: number[];
}