export type IteratorType =
  | 'EQ'
  | 'REQ'
  | 'GT'
  | 'GE'
  | 'ALL'
  | 'LT'
  | 'LE'
