Values_2.SearchContactsTimestampConditionSourceThe timestamp condition indicating which contact timestamp should be used and how it should be filtered. It is not an actual timestamp value.
type nonrec t = {type_ : SearchContactsTimeRangeType.t;Type of the timestamps to use for the filter.
*)conditionType : SearchContactsTimeRangeConditionType.t;Condition of the timestamp on the contact.
*)}val make :
type_:SearchContactsTimeRangeType.t ->
conditionType:SearchContactsTimeRangeConditionType.t ->
unit ->
t