# Model interface · @imqueue/pg-prisma

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

**Signature:**

```typescript
export interface Model 
```

## Properties


| Property | Modifiers | Type | Description |
| --- | --- | --- | --- |
| [fields?](https://imqueue.org/api/pg-prisma/latest/pg-prisma.model.fields/) | `readonly` | Record<string, [Field](https://imqueue.org/api/pg-prisma/latest/pg-prisma.field/)> | _(Optional)_ |
| [relations?](https://imqueue.org/api/pg-prisma/latest/pg-prisma.model.relations/) | `readonly` | Record<string, [Relation](https://imqueue.org/api/pg-prisma/latest/pg-prisma.relation/)> | _(Optional)_ |
| [storage?](https://imqueue.org/api/pg-prisma/latest/pg-prisma.model.storage/) | `readonly` | { readonly table?: string; readonly fields?: Record<string, { readonly column?: string; }>; } | _(Optional)_ |

