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