# EmitModelsOptions.omit property · @imqueue/pg-prisma

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

Fields kept off the generated surface, as `Model.field`.

**Signature:**

```typescript
omit?: readonly string[];
```

## Remarks

The column stays in the contract and in the database — this is about what crosses the RPC boundary. A raw upstream payload is stored because a failure has to be explainable, and published to nobody.

