API: Standardize names of Stock APIs (#2173)

This commit is contained in:
catloversg
2025-06-02 16:36:36 +07:00
committed by GitHub
parent 856ce9a5c9
commit 7d2686ed1b
16 changed files with 104 additions and 57 deletions
@@ -1,13 +1,13 @@
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) &gt; [bitburner](./bitburner.md) &gt; [StockMarketConstants](./bitburner.stockmarketconstants.md) &gt; [WSEAccountCost](./bitburner.stockmarketconstants.wseaccountcost.md)
[Home](./index.md) &gt; [bitburner](./bitburner.md) &gt; [StockMarketConstants](./bitburner.stockmarketconstants.md) &gt; [WseAccountCost](./bitburner.stockmarketconstants.wseaccountcost.md)
## StockMarketConstants.WSEAccountCost property
## StockMarketConstants.WseAccountCost property
Cost of the WSE account
**Signature:**
```typescript
WSEAccountCost: number;
WseAccountCost: number;
```