<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [rc-js-util](./rc-js-util.md) &gt; [TNextInt](./rc-js-util.tnextint.md)

## TNextInt type

Gives the next int between 0 - 16.

**Signature:**

```typescript
export type TNextInt<TInt extends number> = [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, ...number[]][TInt];
```
