2022-10-21 17:16:00 +02:00
|
|
|
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
|
|
|
|
|
|
[Home](./index.md) > [bitburner](./bitburner.md) > [NSEnums](./bitburner.nsenums.md)
|
|
|
|
|
|
|
|
## NSEnums type
|
|
|
|
|
|
|
|
|
|
|
|
<b>Signature:</b>
|
|
|
|
|
|
|
|
```typescript
|
2022-11-20 18:07:22 +01:00
|
|
|
export type NSEnums = {
|
|
|
|
toast: typeof ToastVariant;
|
|
|
|
CrimeType: typeof CrimeType;
|
|
|
|
FactionWorkType: typeof FactionWorkType;
|
|
|
|
GymType: typeof GymType;
|
|
|
|
UniversityClassType: typeof UniversityClassType;
|
|
|
|
CompanyPosName: typeof CompanyPosName;
|
|
|
|
LocationName: typeof LocationName;
|
|
|
|
};
|
2022-10-21 17:16:00 +02:00
|
|
|
```
|
2022-11-20 18:07:22 +01:00
|
|
|
<b>References:</b> [ToastVariant](./bitburner.toastvariant.md)<!-- -->, [CrimeType](./bitburner.crimetype.md)<!-- -->, [FactionWorkType](./bitburner.factionworktype.md)<!-- -->, [GymType](./bitburner.gymtype.md)<!-- -->, [UniversityClassType](./bitburner.universityclasstype.md)<!-- -->, [CompanyPosName](./bitburner.companyposname.md)<!-- -->, [LocationName](./bitburner.locationname.md)
|
2022-10-21 17:16:00 +02:00
|
|
|
|