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