# stripRxdbFields

# Function: stripRxdbFields()

```ts
function stripRxdbFields<T>(obj): T;
```

Defined in: [helper.ts:8](https://github.com/TanStack/db/blob/main/packages/rxdb-db-collection/src/helper.ts#L8)

## Type Parameters

### T

`T` *extends* `Record`\<`string`, `unknown`\>

## Parameters

### obj

`T`

## Returns

`T`
