effect-io-ai

Package: effect
Module: ScheduleInterval

ScheduleInterval.Interval

An Interval represents an interval of time. Intervals can encompass all time, or no time at all.

Signature

export interface Interval {
  readonly [IntervalTypeId]: IntervalTypeId
  readonly startMillis: number
  readonly endMillis: number
}

Source

Since v2.0.0