export type IndexType =
  | 'TREE'
  | 'HASH'
  | 'RTREE'
  | 'BITSET'
