Skip to main content

TimeRangeOptions

export type TimeRangeOptions = {
  excludeEnd?: boolean
  excludeStart?: boolean
}