bitburner-src/markdown/bitburner.hashupgrades.md
Olivier Gagnon feb0430aff work on doc
2021-10-30 15:46:34 -04:00

24 lines
593 B
Markdown

<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) &gt; [bitburner](./bitburner.md) &gt; [HashUpgrades](./bitburner.hashupgrades.md)
## HashUpgrades type
All Hash upgrade names.
<b>Signature:</b>
```typescript
type HashUpgrades =
| "Sell for Money"
| "Sell for Corporation Funds"
| "Reduce Minimum Security"
| "Increase Maximum Money"
| "Improve Studying"
| "Improve Gym Training"
| "Exchange for Corporation Research"
| "Exchange for Bladeburner Rank"
| "Exchange for Bladeburner SP"
| "Generate Coding Contract";
```