Type alias TimerId

TimerId: ReturnType<typeof setTimeout>

Тип для идентификатора таймера (то, что возвращает setTimeout)

Generated using TypeDoc