mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-08 16:53:54 +01:00
27 lines
511 B
Markdown
27 lines
511 B
Markdown
|
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
||
|
|
||
|
[Home](./index.md) > [bitburner](./bitburner.md) > [CorpIndustryName](./bitburner.corpindustryname.md)
|
||
|
|
||
|
## CorpIndustryName type
|
||
|
|
||
|
|
||
|
<b>Signature:</b>
|
||
|
|
||
|
```typescript
|
||
|
type CorpIndustryName =
|
||
|
| "Energy"
|
||
|
| "Water Utilities"
|
||
|
| "Agriculture"
|
||
|
| "Fishing"
|
||
|
| "Mining"
|
||
|
| "Food"
|
||
|
| "Tobacco"
|
||
|
| "Chemical"
|
||
|
| "Pharmaceutical"
|
||
|
| "Computer Hardware"
|
||
|
| "Robotics"
|
||
|
| "Software"
|
||
|
| "Healthcare"
|
||
|
| "Real Estate";
|
||
|
```
|