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