[**@twipped/hooks**](../../README.md) • **Docs**

***

# Type alias: IntervalHandler

> **IntervalHandler**: `object`

## Type declaration

### isActive

> `readonly` **isActive**: `boolean`

### start()

> **start**: () => `void`

#### Returns

`void`

### stop()

> **stop**: () => `void`

#### Returns

`void`

## Source

[hooks/types.ts:66](https://github.com/Twipped/hooks/blob/main/hooks/types.ts#L66)
