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

[Home](./index.md) &gt; [bitburner](./bitburner.md) &gt; [GymStat](./bitburner.gymstat.md)

## GymStat type

All stats that can be trained at gyms.

<b>Signature:</b>

```typescript
type GymStat = "str" | "def" | "dex" | "agi";
```