interface PropertyUnion {
    types: PropertyType[];
}

Properties

Properties

types: PropertyType[]