# TypeParsers interface · @imqueue/pg-prisma

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

What `pg-types` offers, of which only these two are wanted.

**Signature:**

```typescript
export interface TypeParsers 
```

## Properties


| Property | Modifiers | Type | Description |
| --- | --- | --- | --- |
| [getTypeParser](https://imqueue.org/api/pg-prisma/latest/pg-prisma.typeparsers.gettypeparser/) |  | (oid: number, format?: string) => unknown |  |
| [setTypeParser](https://imqueue.org/api/pg-prisma/latest/pg-prisma.typeparsers.settypeparser/) |  | (oid: number, parser: unknown) => void |  |

