TimeInterval

interface TimeInterval<T> {
  value: T
  interval: number
}

Properties

PropertyTypeDescription
value
interval