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