<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [server](./server.md) &gt; [LightType](./server.lighttype.md)

## LightType enum

The types a Light can be.

**Signature:**

```typescript
export declare enum LightType 
```

## Enumeration Members

<table><thead><tr><th>

Member


</th><th>

Value


</th><th>

Description


</th></tr></thead>
<tbody><tr><td>

POINTLIGHT


</td><td>

`0`


</td><td>


</td></tr>
<tr><td>

SPOTLIGHT


</td><td>

`1`


</td><td>


</td></tr>
</tbody></table>
