# StampOptions interface · @imqueue/pg-prisma

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

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

| Property | Modifiers | Type | Description |
| --- | --- | --- | --- |
| [getActorId](https://imqueue.org/api/pg-prisma/latest/pg-prisma.stampoptions.getactorid/) |  | () => string \| null | Resolves the id of the actor performing the current write, or null when there is none (system or unauthenticated). |
| [tables](https://imqueue.org/api/pg-prisma/latest/pg-prisma.stampoptions.tables/) |  | [StampTables](https://imqueue.org/api/pg-prisma/latest/pg-prisma.stamptables/) | Soft-delete and authorship columns per physical table. |

