# MountType

Used with [MountService](https://docs.easy.gg/scripting/bedwars-scripting/services/mountservice).&#x20;

Can be referenced using either `MountType.DINO` or `"dino"`

### MountType

```typescript
DODO_BIRD = "dodo_bird"
DINO = "dino"
```
