effect-io-ai

Package: effect
Module: ScheduleIntervals

ScheduleIntervals.Intervals

An Intervals represents a list of several Intervals.

Signature

export interface Intervals {
  readonly [IntervalsTypeId]: IntervalsTypeId
  readonly intervals: Check.Chunk<Interval.Interval>
}

Source

Since v2.0.0