/** * @name QuantityComparator * @description How the Quantity should be understood and represented. * @description < | <= | >= | > * @see QuantityComparator * @version R4 * @author Roberto Araneda Espinoza */ export type QuantityComparatorType = '>=' | '<=' | '<' | '>';