# NoInfer

# Type Alias: NoInfer\<T\>

```ts
type NoInfer<T> = [T][T extends any ? 0 : never];
```

Defined in: [types/type-utils.ts:78](https://github.com/TanStack/table/blob/main/packages/table-core/src/types/type-utils.ts#L78)

## Type Parameters

### T

`T`
