# StorageTables type · @imqueue/pg-prisma

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

Storage columns per physical table.

**Signature:**

```typescript
export type StorageTables = Record<string, {
    columns?: Record<string, {
        valueSet?: {
            entityName?: string;
        };
        default?: unknown;
    }>;
}>;
```

