MISC: Change how enums are exposed in NetscriptDefinitions.d.ts (#1998)

This commit is contained in:
catloversg
2025-05-10 16:28:48 +07:00
committed by GitHub
parent 7db15a6bd2
commit 22ee7fca2c
144 changed files with 1628 additions and 1458 deletions

View File

@@ -0,0 +1,21 @@
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) &gt; [bitburner](./bitburner.md) &gt; [GymLocationNameEnumType](./bitburner.gymlocationnameenumtype.md)
## GymLocationNameEnumType type
Locations of gym
**Signature:**
```typescript
type GymLocationNameEnumType = {
AevumCrushFitnessGym: LocationNameEnumType["AevumCrushFitnessGym"];
AevumSnapFitnessGym: LocationNameEnumType["AevumSnapFitnessGym"];
Sector12IronGym: LocationNameEnumType["Sector12IronGym"];
Sector12PowerhouseGym: LocationNameEnumType["Sector12PowerhouseGym"];
VolhavenMilleniumFitnessGym: LocationNameEnumType["VolhavenMilleniumFitnessGym"];
};
```
**References:** [LocationNameEnumType](./bitburner.locationnameenumtype.md)