<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [rc-js-util](./rc-js-util.md) &gt; [TPickExcept](./rc-js-util.tpickexcept.md)

## TPickExcept type


**Signature:**

```typescript
export type TPickExcept<TObj extends object, TKey extends keyof TObj> = Pick<TObj, Exclude<keyof TObj, TKey>>;
```
