# NoInfer

`import { NoInfer } from "destack:types";`

Block inference from this use of `T`.

```ds title="NoInfer"
export type NoInfer<T> = intrinsic
```

[language/library/src/types/object.ds:56](https://github.com/destack-sh/destack/blob/main/language/library/src/types/object.ds#L56)
