# AccessScopeModels type · @imqueue/pg-prisma

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

Per-model access-scope config: `model → level → columns`. A record is in scope for a level when ANY of the level's columns matches (OR); a model is in scope when EVERY active level matches (AND). See the generated `ACCESS_SCOPE_MODELS`.

**Signature:**

```typescript
export type AccessScopeModels = Record<string, Record<string, string[]>>;
```

