/**
 * Represents the condition type of a conditional order.
 */
export enum ConditionType {

    NONE,
    GREATER_THAN

}