# SoftDeleteOptions interface · @imqueue/pg-prisma

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

Everything [softDelete()](https://imqueue.org/api/pg-prisma/latest/pg-prisma.softdelete/) needs to build its extension.

**Signature:**

```typescript
export interface SoftDeleteOptions 
```

## Properties


| Property | Modifiers | Type | Description |
| --- | --- | --- | --- |
| [client](https://imqueue.org/api/pg-prisma/latest/pg-prisma.softdeleteoptions.client/) |  | PrismaClient | The UNEXTENDED Prisma client, used to reroute deletes into updates. |
| [models](https://imqueue.org/api/pg-prisma/latest/pg-prisma.softdeleteoptions.models/) |  | [SoftDeleteModels](https://imqueue.org/api/pg-prisma/latest/pg-prisma.softdeletemodels/) | Which models are soft-deleted, and the column holding the stamp. |

