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