# RuntimeModule.typeOnly property · @imqueue/pg-prisma

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

Whether these are types rather than values.

**Signature:**

```typescript
readonly typeOnly?: boolean;
```

## Remarks

A type imported as a value compiles under `verbatimModuleSyntax` and then fails at run time with no such export, because there is nothing there to import.

