StructProperty: AbstractBaseProperty & {
    subtype: string;
    type: "StructProperty";
    unk1?: number;
    unk2?: number;
    unk3?: number;
    unk4?: number;
    value: GENERIC_STRUCT_PROPERTY_VALUE;
}