interface Timers {
    [id: number]: Timer;
}

Hierarchy

  • Object
    • Timers

Indexable

[id: number]: Timer