# Field interface · @imqueue/pg-prisma

Source: https://imqueue.org/api/pg-prisma/latest/pg-prisma.field/
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 Field 
```

## Properties


| Property | Modifiers | Type | Description |
| --- | --- | --- | --- |
| [many?](https://imqueue.org/api/pg-prisma/latest/pg-prisma.field.many/) | `readonly` | boolean | _(Optional)_ |
| [nullable?](https://imqueue.org/api/pg-prisma/latest/pg-prisma.field.nullable/) | `readonly` | boolean | _(Optional)_ |
| [type?](https://imqueue.org/api/pg-prisma/latest/pg-prisma.field.type/) | `readonly` | FieldType | _(Optional)_ |
| [valueSet?](https://imqueue.org/api/pg-prisma/latest/pg-prisma.field.valueset/) | `readonly` | { readonly entityName?: string; } | _(Optional)_ |

