Last updated 2 years ago
interface TimeInterval<T> { value: T; interval: number; }
value
T
interval
number
Documentación oficial en inglés