interface IComparableValue {
    'ComparableValue.Type'?: string;
}
export { IComparableValue };
