# DataLayer.derived property · @imqueue/pg-prisma

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

The config this was built from.

**Signature:**

```typescript
derived: DerivedDataLayer;
```

## Remarks

Exposed so a caller that also needs it — `repositoriesFor` wants the relation map — reads it here rather than deriving the contract twice.

