Type alias PropertyValueV2
PropertyValueV2: {
@type: "PropertyValue";
maxValue?: number;
minValue?: number;
propertyID?: string;
unitCode?: string;
unitText?: string;
value?: string;
}
Type declaration
@type: "PropertyValue"
Optional
maxValue?: number
Optional
minValue?: number
Optional
propertyID?: string
Optional
unitCode?: string
Optional
unitText?: string
Optional
value?: string