# RuntimeModule interface · @imqueue/pg-prisma

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

A module the generated code imports from, and what it takes from it.

**Signature:**

```typescript
export interface RuntimeModule 
```

## Properties


| Property | Modifiers | Type | Description |
| --- | --- | --- | --- |
| [from](https://imqueue.org/api/pg-prisma/latest/pg-prisma.runtimemodule.from/) | `readonly` | string | The specifier, before any redirection. |
| [symbols](https://imqueue.org/api/pg-prisma/latest/pg-prisma.runtimemodule.symbols/) | `readonly` | readonly string\[\] | The named exports taken from it. |
| [typeOnly?](https://imqueue.org/api/pg-prisma/latest/pg-prisma.runtimemodule.typeonly/) | `readonly` | boolean | _(Optional)_ Whether these are types rather than values. |

