export type IndexSequenceOptions =
  | string
  | number
  | boolean
  | { id?: number | string; field?: number; }
