StructArrayProperty: AbstractBaseProperty & {
    structValueFields: ArrayPropertyStructValueFields;
    subtype: string;
    type: "StructArrayProperty";
    values: StructProperty[];
}