export type ComparableValue = string | number | boolean | Date;
