<!-- Do not edit this file. It is automatically generated by API Documenter. --> [Home](./index.md) > [bitburner](./bitburner.md) > [GymStat](./bitburner.gymstat.md) ## GymStat type All stats that can be trained at gyms. <b>Signature:</b> ```typescript type GymStat = "str" | "def" | "dex" | "agi"; ```