# EnumNames type · @imqueue/pg-prisma

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

Member names per enum, where the label is not the name.

**Signature:**

```typescript
export type EnumNames = Readonly<Record<string, Readonly<Record<string, string>>>>;
```

