<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [server](./server.md) &gt; [Entity](./server.entity.md) &gt; [(constructor)](./server.entity._constructor_.md)

## Entity.(constructor)

Constructs a new instance of the `Entity` class

**Signature:**

```typescript
constructor(options: EntityOptions);
```

## Parameters

<table><thead><tr><th>

Parameter


</th><th>

Type


</th><th>

Description


</th></tr></thead>
<tbody><tr><td>

options


</td><td>

[EntityOptions](./server.entityoptions.md)


</td><td>

The options for the entity.


</td></tr>
</tbody></table>
