Type Alias IntervalConfigurationCollection<T>

IntervalConfigurationCollection<T>: Record<string, IntervalConfiguration<T>>

Type definition for a collection of interval configurations, mapped by unique string keys. Each entry in the collection is an IntervalConfiguration associated with a specific device type.

Type Parameters