# quoted() function · @imqueue/pg-prisma

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

Quote a `@property` type string.

**Signature:**

```typescript
export declare function quoted(value: string): string;
```

## Parameters


| Parameter | Type | Description |
| --- | --- | --- |
| value | string |  |


**Returns:**

string

## Remarks

An enum renders as a union of single-quoted members, so the surrounding quote has to be the other one or the decorator argument does not parse.

