# RUNTIME variable · @imqueue/pg-prisma

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

Where each runtime lives by default.

**Signature:**

```typescript
RUNTIME: {
    readonly rpc: {
        readonly from: '@imqueue/rpc';
        readonly symbols: readonly ["classType", "property"];
    };
    readonly validation: {
        readonly from: '@imqueue/validation';
        readonly symbols: readonly ["validatable", "validate"];
    };
    readonly zod: {
        readonly from: 'zod';
        readonly symbols: readonly ["z"];
    };
    readonly repository: {
        readonly from: '@imqueue/pg-prisma';
        readonly symbols: readonly ["Repository"];
        readonly typeOnly: true;
    };
}
```

## Remarks

Declared rather than written at each emission site, so a specifier appears once and redirection has a single place to act.

