<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [@datashaper/schema](./schema.md) &gt; [Constraints](./schema.constraints.md) &gt; [enum](./schema.constraints.enum.md)

## Constraints.enum property

Strict list of allowed values in the column.

<b>Signature:</b>

```typescript
enum?: string[];
```
