# SoftDeleteOptions.client property · @imqueue/pg-prisma

Source: https://imqueue.org/api/pg-prisma/latest/pg-prisma.softdeleteoptions.client/
Published: 2026-08-01
Author: @imqueue maintainers (https://github.com/imqueue)
Package: @imqueue/pg-prisma 1.0.1 — generated reference, not hand-written

The UNEXTENDED Prisma client, used to reroute deletes into updates.

**Signature:**

```typescript
client: PrismaClient;
```

## Remarks

Passing the extended client here would send the rerouted update back through this same extension.

