bitburner-src/markdown/bitburner.corpindustryname.md

28 lines
535 B
Markdown
Raw Normal View History

<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) &gt; [bitburner](./bitburner.md) &gt; [CorpIndustryName](./bitburner.corpindustryname.md)
## CorpIndustryName type
**Signature:**
```typescript
type CorpIndustryName =
| "Spring Water"
| "Water Utilities"
| "Agriculture"
| "Fishing"
| "Mining"
| "Refinery"
| "Restaurant"
| "Tobacco"
| "Chemical"
| "Pharmaceutical"
| "Computer Hardware"
| "Robotics"
| "Software"
| "Healthcare"
| "Real Estate";
```