# Never

> Overview of Never

> For the complete documentation index, see [llms.txt](/docs/llms.txt).

{/* This file is auto-generated by TypeDoc. Do not edit manually. */}

```ts
type Never<T> = T extends object ? { [K in keyof T]?: never } : never;
```

Defined in: [packages/common/src/utils/types.ts:1](https://github.com/alchemyplatform/aa-sdk/blob/v5.x.x/packages/common/src/utils/types.ts#L1)

## Type Parameters

<table>
  <thead>
    <tr>
      <th align="left">Type Parameter</th>
    </tr>
  </thead>

  <tbody>
    <tr>
      <td>
        `T`
      </td>
    </tr>
  </tbody>
</table>