2022-12-30 02:28:53 +01:00
|
|
|
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
|
|
|
|
|
|
[Home](./index.md) > [bitburner](./bitburner.md) > [CorpIndustryName](./bitburner.corpindustryname.md)
|
|
|
|
|
|
|
|
## CorpIndustryName type
|
|
|
|
|
|
|
|
|
2023-02-11 19:18:50 +01:00
|
|
|
**Signature:**
|
2022-12-30 02:28:53 +01:00
|
|
|
|
|
|
|
```typescript
|
|
|
|
type CorpIndustryName =
|
2023-03-18 02:12:43 +01:00
|
|
|
| "Spring Water"
|
2022-12-30 02:28:53 +01:00
|
|
|
| "Water Utilities"
|
|
|
|
| "Agriculture"
|
|
|
|
| "Fishing"
|
|
|
|
| "Mining"
|
2023-03-18 02:12:43 +01:00
|
|
|
| "Refinery"
|
|
|
|
| "Restaurant"
|
2022-12-30 02:28:53 +01:00
|
|
|
| "Tobacco"
|
|
|
|
| "Chemical"
|
|
|
|
| "Pharmaceutical"
|
|
|
|
| "Computer Hardware"
|
|
|
|
| "Robotics"
|
|
|
|
| "Software"
|
|
|
|
| "Healthcare"
|
|
|
|
| "Real Estate";
|
|
|
|
```
|