# ScopeTables type · @imqueue/pg-prisma

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

Scope columns per physical table, per access level.

**Signature:**

```typescript
export type ScopeTables = Record<string, Record<string, string[]>>;
```

## Remarks

A row is in scope for a level when ANY of that level's columns matches (OR); a row is in scope when EVERY active level matches (AND).

