mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-11 10:13:52 +01:00
24 lines
953 B
Markdown
24 lines
953 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
|
|
[Home](./index.md) > [bitburner](./bitburner.md) > [NSEnums](./bitburner.nsenums.md)
|
|
|
|
## NSEnums type
|
|
|
|
|
|
**Signature:**
|
|
|
|
```typescript
|
|
export type NSEnums = {
|
|
CityName: typeof CityName;
|
|
CrimeType: typeof CrimeType;
|
|
FactionWorkType: typeof FactionWorkType;
|
|
GymType: typeof GymType;
|
|
JobName: typeof JobName;
|
|
LocationName: typeof LocationName;
|
|
ToastVariant: typeof ToastVariant;
|
|
UniversityClassType: typeof UniversityClassType;
|
|
};
|
|
```
|
|
**References:** [CityName](./bitburner.cityname.md)<!-- -->, [CrimeType](./bitburner.crimetype.md)<!-- -->, [FactionWorkType](./bitburner.factionworktype.md)<!-- -->, [GymType](./bitburner.gymtype.md)<!-- -->, [JobName](./bitburner.jobname.md)<!-- -->, [LocationName](./bitburner.locationname.md)<!-- -->, [ToastVariant](./bitburner.toastvariant.md)<!-- -->, [UniversityClassType](./bitburner.universityclasstype.md)
|
|
|